Skip to content

Commit

Permalink
cp on dist:we
Browse files Browse the repository at this point in the history
  • Loading branch information
ddd-mtl committed Nov 14, 2023
1 parent 097c071 commit fa918ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"launch:we" : "echo pass | hc-launch --piped -n 1 artifacts/files-we_applet.webhapp network mem",

"package:webapp" : "rm -rf artifacts/files-webapp-ui.zip && 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",
"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 && npm run cp:we",
"dist:we" : "npm run build -w we-applet && npm run package:we",
"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",
"cp:we" : "cp artifacts/files-we_applet.webhapp $npm_package_config_we_test_folder/testing-applets",
"dist:we" : "npm run build -w we-applet && npm run package:we && npm run cp:we",

"update-version" : "bash scripts/update-version-number.sh $npm_package_version",
"dl-test-release" : "rm -rf release & mkdir -p release & gh release download manual-release -D release -R lightningrodlabs/files",
Expand Down

0 comments on commit fa918ae

Please sign in to comment.