chore: debug
This commit is contained in:
parent
a04aca5951
commit
248c026c3a
|
@ -12,7 +12,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "FLECKS_ENV__flecks_server__start=0 npm run build:only",
|
"build": "FLECKS_ENV__flecks_server__start=0 npm run build:only",
|
||||||
"build:only": "flecks build",
|
"build:only": "flecks build",
|
||||||
"debug": "DEBUG=*,-babel* npm run dev",
|
"debug": "DEBUG=*,-babel*,-compression*,-engine*,-eslint*,-express*,-send*,-sequelize*,-socket.io* npm run dev",
|
||||||
"dev": "npm run -- build:only -h",
|
"dev": "npm run -- build:only -h",
|
||||||
"link-all": "yarn && for i in avocado humus; do yarn link $(for j in $(ls node_modules/@$i/); do echo \" @$i/$j\"; done); done",
|
"link-all": "yarn && for i in avocado humus; do yarn link $(for j in $(ls node_modules/@$i/); do echo \" @$i/$j\"; done); done",
|
||||||
"postinstall": "patch-package",
|
"postinstall": "patch-package",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user