Commit 2a8cc139 authored by Karen Konou's avatar Karen Konou

[Build] Update yarn build script

parent 09ec80f7
......@@ -17,9 +17,9 @@
"clean": "rm -Rf output node_modules",
"clean-js": "rm -Rf node_modules",
"clean-ps": "rm -Rf output",
"server": "serve dist",
"server": "serve -l 8000 dist",
"server-ssl": "ssl-serve --ssl dist",
"build": "spago build && pulp browserify --skip-compile -t dist/bundle.js --src-path output",
"build": "spago bundle-app --main Main --to dist/bundle.js",
"prod": "yarn prod:compile && yarn prod:dce && yarn prod:bundle && yarn prod:pack",
"prod:compile": "pulp build -- -g corefn",
"prod:dce": "zephyr -f Main.main",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment