chore: refresh

This commit is contained in:
cha0s 2022-04-05 04:56:14 -05:00
parent 6114a7dfd4
commit 30ce7de34d

View File

@ -14,6 +14,7 @@
"dev": "npm run -- build:only -h",
"link-all": "yarn && for i in avocado humus persea; do yarn link $(for j in $(ls node_modules/@$i/); do echo \" @$i/$j\"; done); done",
"postinstall": "patch-package",
"refresh": "rm -rf yarn.lock node_modules dist && yarn link-all",
"repl": "npx flecks repl --rlwrap",
"start": "DEBUG=@avocado*,@flecks*,@persea*,persea*,-*:silly npm run dev",
"unlink-all": "yarn unlink $(for i in $(ls node_modules/@flecks); do echo -n \"@flecks/$i \"; done) && yarn install --force",