Skip to content

Commit

Permalink
chore: Modify the lib build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 1, 2018
1 parent c510d5f commit 1ea1a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test:watch": "babel-node script/test.js --config .jest.js --watch --updateSnapshot",
"start": "babel-node script/start.js",
"build": "babel-node script/build.js",
"build:lib": "BABEL_ENV=production babel --ignore=src/**/__test__ src --out-dir lib --copy-files ",
"lib:watch": "BABEL_ENV=production babel -w --ignore=src/**/__test__ src --out-dir lib --copy-files ",
"build:lib": "BABEL_ENV=production babel --ignore=src/**/__test__ src --out-dir lib --copy-files --verbose",
"lib:watch": "BABEL_ENV=production babel -w --ignore=src/**/__test__ src --out-dir lib --copy-files --verbose",
"lint:style": "stylelint \"src/**/*.less\" --syntax less",
"lint-staged:js": "NODE_ENV=production eslint src",
"deploy": "npm run build:lib && npm run build && node ./script/deploy.js"
Expand Down

0 comments on commit 1ea1a45

Please sign in to comment.