Skip to content

Commit

Permalink
fix(copyAssets): Remove copyAssets need (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits authored Dec 27, 2024
1 parent ed1ff38 commit b3ec8f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:ts": "tsc",
"build": "npm-run-all --sequential clean bundle-swagger build:ts copy-assets",
"clean": "rimraf dist/*",
"copy-assets": "node --no-warnings --loader ts-node/esm tools/copyAssets.ts",
"copy-assets": "mkdir -p dist && cp -R src/css dist/src && cp -R src/public dist/src && cp -R src/views dist/src && cp -R src/swagger/api-spec dist/src/swagger",
"start": "npm run build && node dist/src/start.js",
"dev": "nodemon npm run start",
"lint": "eslint . --config eslint.config.js",
Expand Down
9 changes: 0 additions & 9 deletions tools/copyAssets.ts

This file was deleted.

0 comments on commit b3ec8f0

Please sign in to comment.