@policystudio/policy-studio-ui-vue 1.0.42 → 1.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,13 +56,13 @@ jobs:
56
56
  with:
57
57
  node-version: '16.x'
58
58
  registry-url: 'https://registry.npmjs.org'
59
- #
60
- # - name: Install dependencies
61
- # if: steps.check.outputs.changed == 'true' && success()
62
- # run: npm ci
59
+
60
+ - name: Install dependencies
61
+ if: steps.check.outputs.changed == 'true' && success()
62
+ run: npm install
63
63
 
64
64
  - name: Publish to npm.js
65
65
  if: steps.check.outputs.changed == 'true' && success()
66
- run: npm publish
66
+ run: npm run publish
67
67
  env:
68
68
  NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",