Switch back to postinstall-build

This commit is contained in:
Brian Beck 2017-05-15 21:38:55 -07:00
parent 1e535f203e
commit 2353f9b6c2

View file

@ -28,7 +28,7 @@
"deploy": "./scripts/deploy.sh",
"lint": "standard --verbose | snazzy",
"lint:fix": "standard --verbose --fix",
"prepare": "npm run build:lib",
"postinstall": "postinstall-build lib --script build:lib",
"prepublish": "npm run clean:lib && npm run build:lib",
"preversion": "npm run update-schema && npm run build:docs && git add schema.json docs",
"print-schema": "babel-node scripts/print-schema.js",