Skip to content

Commit

Permalink
Fix docs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed May 8, 2020
1 parent f6fe557 commit 9e81605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"backend": "docker-compose -p react-jeed up",
"build": "rm -rf dist && GIT_COMMIT=$(git show --no-patch --format=%h) rollup -c",
"build:docs": "rm -rf docs && parcel build example/index.html --out-dir ../docs --public-url=\"/jeed\"",
"build:docs": "rm -rf ../docs && parcel build example/index.html --out-dir ../docs --public-url=\"/jeed\"",
"check": "npm run eslint && npm run tsc && npm run prettier && npm run depcheck",
"depcheck": "depcheck --ignore-dirs dist,docs --ignores=@types/*,@hot-loader/react-dom,parcel,concurrently,@mdx-js/parcel-plugin-mdx,@typescript-eslint/*,@cs125/react-jeed",
"eslint": "eslint --fix src/ example/ --max-warnings=0 --ext .js,.ts,.tsx",
Expand Down

0 comments on commit 9e81605

Please sign in to comment.