Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry127 committed Nov 26, 2020
1 parent 1fd3ae7 commit 6655bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@
"predocs:build": "yarn clear && yarn parse",
"docs:build": "next build && next export",
"predocs:deploy": "yarn docs:build",
"docs:deploy": "gh-pages -d out",
"docs:deploy": "gh-pages -t -d out",
"postdocs:deploy": "yarn clear",
"dist:prepare": "yarn clear && mkdir dist && cp -r src dist/src && cp tsconfig.maeven.json dist/tsconfig.json && cp next-env.d.ts dist/src && cp LICENSE rollup.config.js dist/ && yarn ts scripts/makePackageJson.ts",
"prepub": "yarn dist:prepare",
"pub": "echo \"PUB\"",
"prepub": "yarn build",
"pub": "cd dist && npm publish",
"prepublishOnly": "echo \"Use pub to publish\" && exit 1",
"ts": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node"
},
Expand Down
Empty file added public/.nojekyll
Empty file.

0 comments on commit 6655bd2

Please sign in to comment.