8000 chore: add root `dev:prepare` command · nuxt/module-builder@c308a68 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit c308a68

Browse files
committed
chore: add root dev:prepare command
1 parent 7102aea commit c308a68

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 18
2020
cache: 'pnpm'
2121
- run: pnpm install
22-
- run: pnpm -r dev:prepare
22+
- run: pnpm dev:prepare
2323
- run: pnpm lint
2424
- run: pnpm test -- --coverage
2525
- run: pnpm build

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
],
2222
"scripts": {
2323
"build": "unbuild",
24+
"dev:prepare": "pnpm -r dev:prepare",
2425
"example:build": "pnpm nuxt-module-build build ./example",
2526
"lint": "eslint --ext .ts,.js,.mjs .",
2627
"nuxt-module-build": "JITI_ESM_RESOLVE=1 jiti ./src/cli.ts",

0 commit comments

Comments
 (0)
0