Skip to content

Commit 1b6c72c

Browse files
author
Christopher J. Brody
committed
Fix prepare-spec "script" name in package.json
1 parent 699b946 commit 1b6c72c

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
@@ -33,7 +33,7 @@
3333
"cordova-sqlite-storage-dependencies": "2.0.0"
3434
},
3535
"scripts": {
36-
"start": "node scripts/prepareSpec.js"
36+
"prepare-spec": "node scripts/prepareSpec.js"
3737
},
3838
"devDependencies": {
3939
"cross-spawn": "^6.0.5",

0 commit comments

Comments
 (0)