Skip to content

Commit

Permalink
chore(cfg): 配置官网打包配置
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaMaid committed Aug 20, 2018
1 parent d00fe97 commit 195c055
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@
"scripts": {
"dev": "webpack-dev-server",
"build": "node scripts/build.js",
"site": "webpack --mode=production --devtool=null",
"site": "webpack --mode=production --devtool=null &&cd build && node up.js",
"new": "node scripts/new-component.js",
"new:docs": "node scripts/new-docs.js",
"precommit": "npm run lint",
"lint:ts": "tslint -p .",
"lint:less": "stylelint 'components/**/**.less --syntax less'",
"lint": "npm run lint:less && npm run lint:ts",
"test": "jest"
"test": "jest",
"site:pull": "git clone https://github.com/Yoshino-UI/yoshino-ui.github.io.git build"
},
"jest": {
"setupFiles": [
Expand Down

0 comments on commit 195c055

Please sign in to comment.