Skip to content

Commit

Permalink
fix(build): Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits committed Feb 7, 2024
1 parent acf5252 commit 1773800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"engines": {
"node": "18.x"
},
"type": "module",
"type":"module",
"private": true,
"scripts": {
"build:ts": "tsc",
"build": "npm-run-all clean bundle-swagger build:ts copy-assets",
"clean": "rimraf dist/*",
"copy-assets": "ts-node tools/copyAssets.ts",
"copy-assets": "node --loader ts-node/esm tools/copyAssets.ts",
"start": "npm run build && node dist/src/start.js",
"dev": "nodemon npm run start",
"lint": "eslint . --ext .js",
Expand Down

0 comments on commit 1773800

Please sign in to comment.