Skip to content

Commit

Permalink
Clean up website build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
10xjs committed Nov 10, 2020
1 parent 75dc68b commit 817e232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"test:types": "tsc --noEmit",
"build:clean": "rimraf lib module types umd",
"build": "npm run build:clean && rollup -c rollup.config.js",
"build:website": "yarn build && cd website && yarn build",
"build:website": "cd website && yarn install && yarn build",
"serve:website": "cd website && yarn serve",
"format": "prettier --write '{,!(coverage)/**/}{*.{js,tsx,html,md,yml},!(package-lock).json}'",
"prepublishOnly": "npm run test && npm run build",
"prepack": "node -e \"require('./package.json').files.map((file) => require('fs').statSync(require('path').join(process.cwd(), file)))\""
Expand Down

0 comments on commit 817e232

Please sign in to comment.