Add test preinstall script

This commit is contained in:
Brian Beck 2017-05-15 21:59:25 -07:00
parent 2353f9b6c2
commit 8447161f29

View file

@ -28,6 +28,7 @@
"deploy": "./scripts/deploy.sh",
"lint": "standard --verbose | snazzy",
"lint:fix": "standard --verbose --fix",
"preinstall": "ls",
"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",