A few more text manipulation commands

This commit is contained in:
Zef Hemel
2022-06-23 17:59:18 +02:00
parent b22775fcc4
commit e74caf0055
5 changed files with 40 additions and 5 deletions
+1
View File
@@ -6,6 +6,7 @@
"scripts": {
"watch": "rm -rf .parcel-cache && parcel watch --no-hmr packages/{web,server,plugos,plugs} desktop",
"clean": "rm -rf .parcel-cache packages/*/dist",
"nuke": "rm -rf node_modules && npm run clean",
"build": "parcel build packages/{web,server,plugos}",
"plugs": "cd packages/plugs && npm run watch",
"server": "nodemon -w packages/server/dist --exec 'silverbullet pages'",