diff --git a/package.json b/package.json index 9af175a..ae42bd4 100644 --- a/package.json +++ b/package.json @@ -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",