Browse Source

Fix test command

master
Feross Aboukhadijeh 7 years ago
parent
commit
e48e92547a
  1. 2
      package.json

2
package.json

@ -58,7 +58,7 @@
},
"scripts": {
"build": "babel src/cmd.js > dist/cmd.js",
"test": "standard && ./cmd.js --no-open",
"test": "standard && npm run build && ./dist/cmd.js --no-open",
"prepublish": "npm run build"
}
}

Loading…
Cancel
Save