Skip to content

Commit

Permalink
fix(ci): No need to for clean when building for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Jun 21, 2016
1 parent 200f2a1 commit dca7002
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 @@ -12,7 +12,8 @@
"tonicExampleFilename": "tonic-example.js",
"scripts": {
"clean": "rimraf dist && rimraf browser-dist && rimraf coverage && rimraf out",
"build": "npm run clean && npm run vendor:version && npm run build:dist && npm run build:standalone",
"build:ci": "npm run vendor:version && npm run build:dist && npm run build:standalone",
"build": "npm run clean && npm run build:ci",
"build:dist": "babel lib --out-dir dist",
"build:standalone": "webpack && webpack -p --output-filename contentful.min.js",
"link-dev-deps": "mkdirp node_modules && ln -s ../../contentful-sdk-core/src node_modules/contentful-sdk-core",
Expand Down

0 comments on commit dca7002

Please sign in to comment.