Browse Source

[npm] Fixed release script

master
Muthu Kumar 6 years ago
parent
commit
0e6f9967b8
  1. 2
      package.json

2
package.json

@ -7,7 +7,7 @@
"test": "jasmine",
"build": "jasmine && ./build.sh",
"prepublishOnly": "jasmine && ./build.sh",
"release": "npm test && npm build && npm publish"
"release": "npm test && npm run build && npm publish"
},
"repository": {
"type": "git",

Loading…
Cancel
Save