publish modern code on npm
Massimo Melina committed
Nov 2, 2025 at 14:58 UTC
8798aa35912cf2164ee27fc6955df669b244bf2d
1 file changed
+1
-1
package.json
+1
-1
@@ -13,7 +13,7 @@
13
"start-frontend": "npm run start --workspace=frontend",
14
"start-admin": "npm run start --workspace=admin",
15
"build-all": "npm audit --omit=dev --audit-level=moderate && rm -rf dist && npm i && npm run build-server && npm run test-with-server && (npm run build-frontend & npm run build-admin) && echo COMPLETED",
16
- "build-server": "rm -rf dist/src dist/plugins && tsc --target es2018 && touch package.json && cp -v -r package.json central.json README* LICENSE* hfs.ico plugins dist && find dist -name .DS_Store -o -name storage -exec rm -rf {} + && node afterbuild.js",
16
+ "build-server": "rm -rf dist/src dist/plugins && tsc && touch package.json && cp -v -r package.json central.json README* LICENSE* hfs.ico plugins dist && find dist -name .DS_Store -o -name storage -exec rm -rf {} + && node afterbuild.js",
17
"build-frontend": "npm run build --workspace=frontend",
18
"build-admin": "npm run build --workspace=admin",
19
"server-for-test": "node dist/src --cwd tests/work --config tests --debug",