build: fix `rm` command

x-dev-15
Sylvie 6 months ago
parent 5eff78c1da
commit 2d4a003b00
No known key found for this signature in database
GPG Key ID: 75AB0FE5B983A3AF

@ -10,7 +10,7 @@
"scripts": {
"dev": "npm run build && npm start",
"fresh": "rm -dr .ass-data/ & npm run dev",
"build": "rm -dr dist-*/ & npm run build:backend && npm run build:frontend && npm run build:fix-frontend",
"build": "rm -dr dist/ & npm run build:backend && npm run build:frontend && npm run build:fix-frontend",
"build:backend": "tsc -p backend/",
"build:frontend": "tsc -p frontend/",
"build:fix-frontend": "node common/fix-frontend-js.js",

Loading…
Cancel
Save