We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd58d0 commit 14c9814Copy full SHA for 14c9814
.github/workflows/npmpublish.yml
@@ -25,6 +25,7 @@ jobs:
25
npm i -g yarn
26
yarn install
27
yarn test
28
+ yarn build
29
env:
30
CI: true
31
VUE_APP_PUBLIC_KEY: ${{ secrets.ik_public_key }}
package.json
@@ -6,7 +6,7 @@
6
"build": "vue-cli-service lint --fix; npm run build:lib",
7
"serve": "vue-cli-service serve",
8
"lint": "vue-cli-service lint",
9
- "test:unit": "rm -f tests/__snapshots__/storyshots.test.js.snap && vue-cli-service test:unit",
+ "test:unit": "vue-cli-service test:unit -u",
10
"storybook": "start-storybook -p 6006",
11
"build-storybook": "build-storybook"
12
},
0 commit comments