Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 791f09b

Browse files
committed
ci(circle): Attempts GH Pages CI.
1 parent 6c23576 commit 791f09b

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
@@ -13,7 +13,7 @@
1313
"dist"
1414
],
1515
"scripts": {
16-
"build": "npm run clean && parcel build src/index.html",
16+
"build": "npm run clean && parcel build src/index.html --public-url ./",
1717
"dev": "npm run clean && parcel src/index.html",
1818
"lint": "tslint --project ./tsconfig.json",
1919
"test": "mocha $(find dist -name '*.test.js') --exit",

0 commit comments

Comments
 (0)