Browse Source

Both now-cli and now-desktop need the same here

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

2
package.json

@ -14,7 +14,7 @@
"test": "xo && ava",
"pretest": "npm run build",
"prepublish": "npm run build",
"pkg": "pkg . --out-dir out"
"pack": "pkg . --out-dir out"
},
"pkg": {
"scripts": "build/**/*"

Loading…
Cancel
Save