Screenshot, minor tweaks

This commit is contained in:
Zef Hemel
2022-06-28 14:34:25 +02:00
parent e3adb2284d
commit f491b43fcc
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"private": true,
"license": "MIT",
"scripts": {
"watch": "rm -rf .parcel-cache && parcel watch --no-hmr packages/{web,server,plugos,plugs} desktop",
"watch": "rm -rf .parcel-cache && parcel watch --no-hmr packages/{web,server,plugos,plugs}",
"clean": "rm -rf .parcel-cache packages/*/dist",
"nuke": "rm -rf node_modules && npm run clean",
"build": "parcel build packages/{web,server,plugos}",