@24i/bigscreen-sdk 0.9.9-alpha.2147 → 0.9.9-alpha.2148

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 -4
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@24i/bigscreen-sdk",
3
- "version": "0.9.9-alpha.2147",
3
+ "version": "0.9.9-alpha.2148",
4
4
  "description": "SmartApps BIGscreen SDK monorepo",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "prepare": "husky install && npm run patch-types",
8
- "postinstall": "npm run scripts:prepare",
9
- "prepublishOnly": "npm run scripts:prepare:create-export-maps",
7
+ "prepare": "husky install && npm run patch-types && npm run scripts:prepare",
8
+ "prepublishOnly": "npm run scripts:prepare",
10
9
  "scripts:prepare": "ts-node ./utils/run-scripts/index.ts \"prepare:.+\"",
11
10
  "scripts:prepare:create-export-maps": "ts-node ./utils/create-export-maps/index.ts --project ./tsconfig.utils.json",
12
11
  "scripts:prepare:webos": "cd packages/driver-webos && ts-node ./scripts/exportWebOSTVjs.ts --project ../../tsconfig.utils.json",