@plasmicapp/cli 0.1.320 → 0.1.321

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/cli",
3
- "version": "0.1.320",
3
+ "version": "0.1.321",
4
4
  "description": "plasmic cli for syncing local code with Plasmic designs",
5
5
  "engines": {
6
6
  "node": ">=12"
@@ -16,7 +16,7 @@
16
16
  "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
17
17
  "build": "bash build.sh",
18
18
  "plasmic": "ts-node src/index.ts",
19
- "prepare": "if-env PREPARE_NO_BUILD=true || yarn build"
19
+ "prepublishOnly": "npm run build"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@babel/core": "^7.12.3",
@@ -83,5 +83,5 @@
83
83
  "wrap-ansi": "^7.0.0",
84
84
  "yargs": "^15.4.1"
85
85
  },
86
- "gitHead": "ab6157931bff1d2a253ee36b408f79cf92b6af9c"
86
+ "gitHead": "1089fbd93d2ac0d2ac7e0e8f755ba98d5c21f0eb"
87
87
  }