|
|
@ -10,7 +10,7 @@
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"dev": "npm run build && npm start",
|
|
|
|
"dev": "npm run build && npm start",
|
|
|
|
"fresh": "rm -dr .ass-data/ & npm run dev",
|
|
|
|
"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:backend": "tsc -p backend/",
|
|
|
|
"build:frontend": "tsc -p frontend/",
|
|
|
|
"build:frontend": "tsc -p frontend/",
|
|
|
|
"build:fix-frontend": "node common/fix-frontend-js.js",
|
|
|
|
"build:fix-frontend": "node common/fix-frontend-js.js",
|
|
|
|