Skip to content

Commit 2536136

Browse files
committed
fix(ci): replaced start with build at npm scripts for circle ci
1 parent 434b3f0 commit 2536136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"private": true,
3434
"scripts": {
35-
"start": "gulp build",
35+
"build": "gulp build",
3636
"test": " gulp test",
3737
"demo": " gulp build:demo",
3838
"check-travis": " travis-status --repo=AnthonyNahas/@firebaseui/ng-bootstrap --branch=master --fail-pending || echo 'Not yet passing'"

0 commit comments

Comments
 (0)