Browse Source

New script for building added

master
Leo Lamprecht 8 years ago
parent
commit
9a249649da
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 5
      package.json

5
package.json

@ -10,9 +10,10 @@
],
"scripts": {
"dev": "gulp",
"build": "gulp compile",
"test": "xo && ava",
"pretest": "gulp compile",
"prepublish": "gulp compile",
"pretest": "npm run build",
"prepublish": "npm run build",
"pkg": "pkg . --out-dir out"
},
"pkg": {

Loading…
Cancel
Save