Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
chore: Clean up npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jun 6, 2017
1 parent 33ef8bb commit 1a88f9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"license": "MIT",
"scripts": {
"webpack-defaults": "webpack-defaults",
"start": "npm run build -- -w",
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
"clean": "del-cli dist",
"clean:dist": "del-cli dist",
"lint": "eslint --cache src test",
"lint-staged": "lint-staged",
Expand All @@ -26,7 +26,7 @@
"travis:coverage": "npm run test:coverage",
"travis:lint": "npm run lint && npm run security",
"travis:test": "npm run test",
"clean": "del-cli dist"
"webpack-defaults": "webpack-defaults"
},
"devDependencies": {
"babel-cli": "^6.24.0",
Expand Down Expand Up @@ -68,4 +68,4 @@
"git add"
]
}
}
}

0 comments on commit 1a88f9a

Please sign in to comment.