Skip to content

Commit dffd7b1

Browse files
author
David Narbutovich
committed
fix windows build
1 parent dbdc81e commit dffd7b1

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
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"prebuild": "rimraf ./lib",
1717
"build": "babel src --out-dir lib",
18-
"test": "npm run build; node ./test/test.js"
18+
"test": "npm run build && node ./test/test.js"
1919
},
2020
"devDependencies": {
2121
"@babel/cli": "^7.0.0",

0 commit comments

Comments
 (0)