mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Add test preinstall script
This commit is contained in:
parent
2353f9b6c2
commit
8447161f29
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
"deploy": "./scripts/deploy.sh",
|
"deploy": "./scripts/deploy.sh",
|
||||||
"lint": "standard --verbose | snazzy",
|
"lint": "standard --verbose | snazzy",
|
||||||
"lint:fix": "standard --verbose --fix",
|
"lint:fix": "standard --verbose --fix",
|
||||||
|
"preinstall": "ls",
|
||||||
"postinstall": "postinstall-build lib --script build:lib",
|
"postinstall": "postinstall-build lib --script build:lib",
|
||||||
"prepublish": "npm run clean:lib && npm run 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",
|
"preversion": "npm run update-schema && npm run build:docs && git add schema.json docs",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue