1
0
Fork 0

package.json: postinstall ./configure

This is needed since whatever we publish may not generate the proper
options for node.  Especially since we're on an ancient version.

* package.json.in (scripts)[postinstall]: Add `./configure' call.
master
Mike Gerwitz 2017-09-01 16:20:19 -04:00
parent d2c255536e
commit 2aac23aea7
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
"liza-server": "bin/server"
},
"scripts": {
"postinstall": "./configure"
},
"dependencies": {
"easejs": "0.2.x",
"mongodb": "1.2.8"