1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

chore(repo): script to run tests from monorepo root

This commit is contained in:
2024-04-26 01:18:44 +07:00
parent cfcf0818ad
commit f6a1e68d85
3 changed files with 69 additions and 9 deletions

View File

@@ -29,6 +29,7 @@
"vitepress": "^1.1.3"
},
"scripts": {
"all:test": "pnpm -r test",
"create": "jiti ./cli.ts",
"docs:dev": "vitepress dev .",
"docs:build": "vitepress build .",