mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Try prepare script
This commit is contained in:
parent
f6ca61233c
commit
8807d1e5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +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",
|
||||||
"postinstall": "postinstall-build lib",
|
"prepare": "npm run 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",
|
||||||
"print-schema": "babel-node scripts/print-schema.js",
|
"print-schema": "babel-node scripts/print-schema.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue