Skip to content

Commit

Permalink
add build-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 13, 2020
1 parent d026bdb commit 87ecb5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "12.16.2"
script:
- npm run build
- npm run build-ci
env:
global:
- COMMIT_AUTHOR_EMAIL: "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"scripts": {
"build": "ld-check-dependencies && grunt",
"build-ci": "grunt",
"watch": "ld-check-dependencies && grunt buildwatch",
"start": "servez out",
"eslint": "ld-check-dependencies && grunt eslint",
Expand Down

0 comments on commit 87ecb5d

Please sign in to comment.