Skip to content

Commit

Permalink
Meta: Fix demo URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Oct 1, 2020
1 parent 77dd900 commit d4eb3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"scripts": {
"ava": "TS_NODE_COMPILER_OPTIONS='{\"esModuleInterop\": true}' ava --timeout 30s",
"build": "rollup -c",
"demo:build": "parcel build demo/index.html",
"demo:build": "parcel build --public-url ./ demo/index.html",
"demo:test": "svelte-check",
"demo:watch": "parcel demo/index.html",
"prepack": "rollup -c",
Expand Down

0 comments on commit d4eb3ff

Please sign in to comment.