@blocklet/component-studio-cli 0.6.17 → 0.6.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/component-studio-cli",
3
- "version": "0.6.17",
3
+ "version": "0.6.18",
4
4
  "description": "CLI for Component Studio",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,7 +1,7 @@
1
1
  name: Upload To Blocklet Store
2
2
 
3
3
  env:
4
- NODE_OPTIONS: "--max_old_space_size=8192"
4
+ NODE_OPTIONS: '--max_old_space_size=8192'
5
5
 
6
6
  on:
7
7
  push:
@@ -58,7 +58,7 @@ jobs:
58
58
  COMPONENT_STORE_URL: ${{ env.STORE_ENDPOINT }}
59
59
  with:
60
60
  deps-server-version: beta
61
- skip-deps: true
61
+ skip-deps: false
62
62
  skip-release: true
63
63
  skip-deploy: true
64
64
  skip-bundle: true