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

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,10 +56,10 @@ 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 ci
63
63
 
64
64
  - name: Publish to npm.js
65
65
  if: steps.check.outputs.changed == 'true' && success()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Policy Studio UI",
5
5
  "main": "src/index.js",
6
6
  "author": "Policy Studio Team",