mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Add src to files
This commit is contained in:
parent
8447161f29
commit
c9d9cb944b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
"scripts",
|
"scripts",
|
||||||
|
"src",
|
||||||
"cli.js",
|
"cli.js",
|
||||||
"Procfile",
|
"Procfile",
|
||||||
"schema.json",
|
"schema.json",
|
||||||
|
|
@ -28,7 +29,6 @@
|
||||||
"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