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 b821a7d commit 74719a7Copy full SHA for 74719a7
.github/workflows/npm-publish.yml
@@ -15,8 +15,7 @@ jobs:
15
- uses: actions/setup-node@v2
16
with:
17
node-version: lts/fermium
18
- - run: npm ci
19
- - run: npm test
+ - run: yarn --frozen-lockfile
20
21
publish-npm:
22
needs: build
@@ -27,7 +26,7 @@ jobs:
27
26
28
29
registry-url: https://registry.npmjs.org/
30
- - run: yarn
31
- run: yarn publish --access public
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@qikify/polaris-vue",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Shopify Polaris UI library for Vue 2",
5
"author": {
6
"name": "Qikify"
0 commit comments