parent
9cc04eacd1
commit
aabfecadc3
|
@ -9,6 +9,6 @@
|
||||||
"build": "spago build",
|
"build": "spago build",
|
||||||
"test": "spago test",
|
"test": "spago test",
|
||||||
"serve": "parcel dev/index.html --open",
|
"serve": "parcel dev/index.html --open",
|
||||||
"build-prod": "mkdir -p prod && cp dev/index.html prod/ && rm -rf dist && spago bundle-app --to prod/index.js && parcel build prod/index.html"
|
"build-prod": "rm -rf prod && mkdir -p prod && cp dev/index.html prod/ && spago bundle-app --to prod/index.js && parcel build prod/index.html"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue