Skip to content

Commit c5fc0a8

Browse files
author
Cache Hamm
committed
rename compile script to build
1 parent 4b0edde commit c5fc0a8

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
@@ -7,8 +7,8 @@
77
"test": "mocha && npm run lint --silent",
88
"lint": "standard --verbose | snazzy || true",
99
"lint:fix": "standard --fix",
10-
"prepublishOnly": "npm run compile",
11-
"compile": "babel --stage 1 -d dist/ src/"
10+
"prepublishOnly": "npm run build",
11+
"build": "babel --stage 1 -d dist/ src/"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)