|
1 | 1 | { |
2 | 2 | "name": "files-dev", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "1.2.1", |
4 | 4 | "config": { |
5 | 5 | "k2_version": "0.2.17", |
6 | 6 | "hc_version": "0.5.6", |
|
35 | 35 | "devtest:we" : "npm run build:devtest && npm run devtest -w we-applet", |
36 | 36 | "devtest:we:block" : "npm run build:devtest && npm run devtest:block -w we-applet", |
37 | 37 |
|
38 | | - "prodtest" : "npm run dist -w webapp && UI_PORT=$(port) HC_APP_PORT=$(port) HC_ADMIN_PORT=$(port) concurrently \"npm run build:watch -w webcomponents\" \"npm run new-sandbox:mem\" \"sleep 7 && npm run start -w webapp\"", |
| 38 | + "prodtest" : "npm run build -w webapp && UI_PORT=$(port) HC_APP_PORT=$(port) HC_ADMIN_PORT=$(port) concurrently \"npm run build:watch -w webcomponents\" \"npm run new-sandbox:mem\" \"sleep 7 && npm run start -w webapp\"", |
39 | 39 |
|
40 | 40 | "prodtestfull:we" : "npm run build:devtest && npm run dist:we && npm run prodtest:we", |
41 | 41 | "prodtest:we" : " BOOT_PORT=$(port) SIGNAL_PORT=$(port) concurrently \"npm run serve:run\" \"npm run prodtest:we-launch\"", |
|
73 | 73 | "launch" : "HC_APP_PORT=$(port) HC_ADMIN_PORT=$(port) echo pass | hc-launch --piped -n 1 artifacts/files.webhapp network mem", |
74 | 74 | "launch:we" : "echo pass | hc-launch --piped -n 1 artifacts/files-we_applet.webhapp network mem", |
75 | 75 |
|
76 | | - "package:webapp" : "rm -rf artifacts/files-webapp-ui.zip && npm run dist -w webapp && cd webapp/dist && rm -f *.map && bestzip ../../artifacts/files-webapp-ui.zip * && cd ../../ && $npm_package_config_bin/hc web-app pack webapp/webhapp.workdir -o artifacts/files.webhapp", |
| 76 | + "package:webapp" : "rm -rf artifacts/files-webapp-ui.zip && npm run build -w webapp && cd webapp/dist && rm -f *.map && bestzip ../../artifacts/files-webapp-ui.zip * && cd ../../ && $npm_package_config_bin/hc web-app pack webapp/webhapp.workdir -o artifacts/files.webhapp", |
77 | 77 | "package:we" : "rm -rf artifacts/files-we_applet-ui.zip & cd we-applet/dist && rm -f *.map && bestzip ../../artifacts/files-we_applet-ui.zip * && cd ../../ && $npm_package_config_bin/hc web-app pack we-applet/webhapp.workdir -o artifacts/files-we_applet.webhapp", |
78 | 78 | "dist:we" : "npm run dist -w we-applet && npm run package:we", |
79 | 79 |
|
|
82 | 82 | "update-version" : "bash scripts/update-version-number.sh $npm_package_version", |
83 | 83 | "dl-manual-release" : "rm -rf release & mkdir -p release & gh release download manual-release -D release -R lightningrodlabs/files", |
84 | 84 |
|
85 | | - "dl-applet-release" : "rm -rf release & mkdir -p release & gh release download we-applet-rc -D release -R lightningrodlabs/vines", |
| 85 | + "dl-applet-release" : "rm -rf release & mkdir -p release & gh release download we-applet-rc -D release -R lightningrodlabs/files", |
86 | 86 | "unpack:webhapp" : "./bin/unpack_webhapp release/files-we_applet.webhapp release/files.happ", |
87 | 87 | "repackage:we" : "rm -rf artifacts && mkdir artifacts && cp release/files.happ artifacts && npm run dist:we && npm run hash", |
88 | 88 | "upload:we" : "cp artifacts/files-we_applet.webhapp artifacts/files-we_applet-$npm_package_version.webhapp && gh release upload we-applet-rc artifacts/files-we_applet-$npm_package_version.webhapp", |
|
0 commit comments