Skip to content

Commit 52d7deb

Browse files
Fix
1 parent 41fbc05 commit 52d7deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"scripts": {
5555
"serve": "node parcel.js",
5656
"build": "npm-run-all build:*",
57-
"build:parcel": "cross-env NODE_ENV=production parcel build index.html",
57+
"build:parcel": "cross-env NODE_ENV=production parcel build index.html --public-url . --no-source-maps",
5858
"build:gulp": "gulp",
5959
"deploy": "npm-run-all deploy:*",
6060
"deploy:bump": "npm version minor",

0 commit comments

Comments
 (0)