Skip to content

Commit

Permalink
removed build step from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasimir committed Aug 26, 2016
1 parent ff2e4cf commit 688e65f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.js
Expand Up @@ -51,7 +51,7 @@ let config = {
'karma-chrome-launcher',
'selenium-webdriver',
'chromedriver',
'precommit'
'pre-commit'
]
},
lint: ['./src/**/*.js', './test/**/*.js', './*.js']
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -21,8 +21,8 @@
"posttest:e2e": "pid-terminator 8889",
"release": "release-flow"
},
"precommit": [
"npm run build"
"pre-commit": [
"build"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -76,7 +76,7 @@
"karma-mocha-reporter": "2.0.0",
"karma-selenium-webdriver-launcher": "0.0.3",
"pid-terminator": "1.0.1",
"precommit": "1.2.2",
"pre-commit": "1.1.3",
"protractor": "3.3.0",
"release-flow": "1.2.1",
"selenium-webdriver": "2.53.1",
Expand Down

0 comments on commit 688e65f

Please sign in to comment.