Skip to content

Commit d4eb3ff

Browse files
committed
Meta: Fix demo URLs
1 parent 77dd900 commit d4eb3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"scripts": {
2929
"ava": "TS_NODE_COMPILER_OPTIONS='{\"esModuleInterop\": true}' ava --timeout 30s",
3030
"build": "rollup -c",
31-
"demo:build": "parcel build demo/index.html",
31+
"demo:build": "parcel build --public-url ./ demo/index.html",
3232
"demo:test": "svelte-check",
3333
"demo:watch": "parcel demo/index.html",
3434
"prepack": "rollup -c",

0 commit comments

Comments
 (0)