Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
fix: fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Nov 21, 2018
1 parent d4d224b commit 3d848c3
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 @@ -8,7 +8,7 @@
"test": "rm -rf ./build && tsc -p ./ && nyc ava ./build/test ./build/src/**/*.test.js",
"build": "rm -rf ./dist && webpack --display-error-details --progress --colors",
"start": "npm run build && parcel ./doc/index.html -d vm.js",
"docs": "npm run build && parcel build doc/index.html -d ./vm.js && gh-pages -d ./vm.js",
"docs": "npm run build && npx parcel build doc/index.html -d ./vm.js --public-url /vm.js && gh-pages -d ./vm.js",
"format": "prettier --write ./src/**/*.ts ./test/**/*.ts",
"precommit": "npm run lint && pretty-quick --staged",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
Expand Down

0 comments on commit 3d848c3

Please sign in to comment.