We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dev:prepare
dev:build
1 parent 64dfecc commit cb35afcCopy full SHA for cb35afc
2 files changed
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
20
cache: "yarn"
21
- run: yarn install
22
- run: yarn lint
23
+ - run: yarn dev:prepare
24
- run: yarn build
25
+ - run: yarn dev:build
26
# - run: yarn vitest --coverage
27
# - uses: codecov/codecov-action@v3
package.json
@@ -15,6 +15,7 @@
15
"dev": "nuxi dev playground",
16
"dev:build": "nuxi build playground",
17
"dev:generate": "nuxi generate playground",
18
+ "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
19
"docs:build": "cd docs && nuxt generate",
"docs:dev": "yarn nuxt dev docs",
"lint": "eslint --ext .ts --ext .vue .",
0 commit comments