Skip to content

Commit aa8a71a

Browse files
committed
rename build step
1 parent ace6de8 commit aa8a71a

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
@@ -17,9 +17,9 @@
1717
"mocha": "^5.2.0"
1818
},
1919
"scripts": {
20-
"prepare": "grunt build",
2120
"test": "grunt test",
22-
"preversion": "npm run prepare"
21+
"build": "grunt build",
22+
"preversion": "npm run build"
2323
},
2424
"repository": {
2525
"type": "git",

0 commit comments

Comments
 (0)