Skip to content

Commit cb35afc

Browse files
committed
ci: call dev:prepare and dev:build
1 parent 64dfecc commit cb35afc

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
cache: "yarn"
2121
- run: yarn install
2222
- run: yarn lint
23+
- run: yarn dev:prepare
2324
- run: yarn build
25+
- run: yarn dev:build
2426
# - run: yarn vitest --coverage
2527
# - uses: codecov/codecov-action@v3

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"dev": "nuxi dev playground",
1616
"dev:build": "nuxi build playground",
1717
"dev:generate": "nuxi generate playground",
18+
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
1819
"docs:build": "cd docs && nuxt generate",
1920
"docs:dev": "yarn nuxt dev docs",
2021
"lint": "eslint --ext .ts --ext .vue .",

0 commit comments

Comments
 (0)