Skip to content

Commit 3373266

Browse files
committed
chore(package): renamed the build script from "start" to "build" for circleci
1 parent 4d8800a commit 3373266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"private": true,
2727
"scripts": {
28-
"start": "gulp build",
28+
"build": "gulp build",
2929
"test": " gulp test",
3030
"demo": " gulp build:demo",
3131
"check-travis": " travis-status --repo=angular-material-extensions/google-maps-autocomplete --branch=master --fail-pending || echo 'Not yet passing'"

0 commit comments

Comments
 (0)