Skip to content

Commit a963b8e

Browse files
author
Ari-Matti Nivasalo
committed
Add missing public-url to parcel build
1 parent 9a55c8e commit a963b8e

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "parcel index.html --open",
8-
"build": "parcel build index.html",
8+
"build": "parcel build index.html --public-url /assets",
99
"postinstall": "npm run build",
1010
"test": "jest"
1111
},

0 commit comments

Comments
 (0)