Skip to content

Commit

Permalink
Chore: remove duplicate build:lib command
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisandy committed Feb 13, 2017
1 parent 29891e4 commit 5e0f0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build:umd": "cross-env NODE_ENV=production webpack ./src/index.js ./umd/ReactRangeslider.js",
"build:min": "cross-env NODE_ENV=production webpack -p ./src/index.js ./umd/ReactRangeslider.min.js",
"build:docs": "cross-env NODE_ENV=production webpack -p --config=docs/webpack.config.js",
"build": "npm run build:less && npm run build:lib && npm run build:lib && npm run build:umd && npm run build:min",
"build": "npm run build:less && npm run build:lib && npm run build:umd && npm run build:min",
"prebuild": "npm run clean:lib && npm test",
"docs": "npm run clean:docs && npm run build:docs && cpy favicon.png public/",
"deploy": "npm run docs && gh-pages -d public",
Expand Down

0 comments on commit 5e0f0ac

Please sign in to comment.