Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 095d11c

Browse files
committed
feat(ci): changed test script in package.json
1 parent 08cd2f0 commit 095d11c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31+
CI: true
3132
run: npm run semantic-release

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"serve": "vue-cli-service serve",
1919
"build": "vue-cli-service build --target lib --name as-dynamic-forms src/index.js",
2020
"lint": "vue-cli-service lint",
21-
"test": "vue-cli-service test:unit --verbose --no-cache --watchAll",
21+
"test:watch": "vue-cli-service test:unit --verbose --no-cache --watchAll",
22+
"test": "vue-cli-service test:unit",
2223
"publish": "npm run build && npm publish --access public",
2324
"docs:dev": "vuepress dev docs",
2425
"docs:build": "vuepress build docs",

0 commit comments

Comments
 (0)