Skip to content

Commit ea3a243

Browse files
committed
fix(circli): renamed the start npm script to build
1 parent 2eeb4d0 commit ea3a243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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=anthonynahas/ngx-material-password-strength --branch=master --fail-pending || echo 'Not yet passing'"
@@ -145,4 +145,4 @@
145145
],
146146
"scope": "\\S+.*"
147147
}
148-
}
148+
}

0 commit comments

Comments
 (0)