Skip to content

Commit 86f0471

Browse files
committed
workflow fix
1 parent c80ffcb commit 86f0471

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "files-dev",
3-
"version": "0.1.0",
3+
"version": "1.2.1",
44
"config": {
55
"k2_version": "0.2.17",
66
"hc_version": "0.5.6",
@@ -35,7 +35,7 @@
3535
"devtest:we" : "npm run build:devtest && npm run devtest -w we-applet",
3636
"devtest:we:block" : "npm run build:devtest && npm run devtest:block -w we-applet",
3737

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\"",
3939

4040
"prodtestfull:we" : "npm run build:devtest && npm run dist:we && npm run prodtest:we",
4141
"prodtest:we" : " BOOT_PORT=$(port) SIGNAL_PORT=$(port) concurrently \"npm run serve:run\" \"npm run prodtest:we-launch\"",
@@ -73,7 +73,7 @@
7373
"launch" : "HC_APP_PORT=$(port) HC_ADMIN_PORT=$(port) echo pass | hc-launch --piped -n 1 artifacts/files.webhapp network mem",
7474
"launch:we" : "echo pass | hc-launch --piped -n 1 artifacts/files-we_applet.webhapp network mem",
7575

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",
7777
"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",
7878
"dist:we" : "npm run dist -w we-applet && npm run package:we",
7979

@@ -82,7 +82,7 @@
8282
"update-version" : "bash scripts/update-version-number.sh $npm_package_version",
8383
"dl-manual-release" : "rm -rf release & mkdir -p release & gh release download manual-release -D release -R lightningrodlabs/files",
8484

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",
8686
"unpack:webhapp" : "./bin/unpack_webhapp release/files-we_applet.webhapp release/files.happ",
8787
"repackage:we" : "rm -rf artifacts && mkdir artifacts && cp release/files.happ artifacts && npm run dist:we && npm run hash",
8888
"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

Comments
 (0)