Skip to content

Commit

Permalink
update scripts, build process
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeerickson committed Sep 4, 2019
1 parent 1e41a19 commit c7f779a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
},
"scripts": {
"pre-commit": "npm run lint:spec && npm run lint && npm run test",
"build:all": "./scripts/build.sh",
"build": "rimraf dist && grunt dist",
"lint": "eslint \"./src/**/*.js\"",
"lint:spec": "eslint \"./spec/**/*.js\" --rule 'no-redeclare: off'",
Expand Down
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ npm run lint
npm run lint:spec

printf "\n"
./scripts/todo.js
success "Creating TODOs...\n"

printf "\n"
Expand Down

0 comments on commit c7f779a

Please sign in to comment.