mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-26 02:24:44 +03:00
add lint scripts
This commit is contained in:
parent
2bd32ee3c0
commit
fbb913c044
@ -19,6 +19,8 @@
|
||||
"scripts": {
|
||||
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node . --unhandled-rejections=strict --max-old-space-size=8192",
|
||||
"start": "NODE_ENV=production node . --unhandled-rejections=strict --max-old-space-size=8192",
|
||||
"lint": "eslint **/*.js",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"build": "NODE_ENV=production next build",
|
||||
"build-system": "rollup -c",
|
||||
"scripts": "NODE_TLS_REJECT_UNAUTHORIZED=0 node --max-old-space-size=8192 ./scripts",
|
||||
|
Loading…
Reference in New Issue
Block a user