Skip to content

Commit ed1b1eb

Browse files
committed
chore(prepublish): Run tests before publishing to npm
1 parent a8aa976 commit ed1b1eb

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
@@ -8,7 +8,7 @@
88
"clean": "rm -rf distribution",
99
"build": "babel -d distribution source",
1010
"test": "node test/index.js",
11-
"prepublish": "npm run clean && npm run build"
11+
"prepublish": "npm run clean && npm run build && npm run test"
1212
},
1313
"author": {
1414
"name": "Bjoern Brauer",

0 commit comments

Comments
 (0)