Skip to content

Commit 14a859e

Browse files
authored
fix(build): Fix integration tests (#379)
1 parent acf5252 commit 14a859e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"engines": {
55
"node": "18.x"
66
},
7-
"type": "module",
7+
"type":"module",
88
"private": true,
99
"scripts": {
1010
"build:ts": "tsc",
1111
"build": "npm-run-all clean bundle-swagger build:ts copy-assets",
1212
"clean": "rimraf dist/*",
13-
"copy-assets": "ts-node tools/copyAssets.ts",
13+
"copy-assets": "node --loader ts-node/esm tools/copyAssets.ts",
1414
"start": "npm run build && node dist/src/start.js",
1515
"dev": "nodemon npm run start",
1616
"lint": "eslint . --ext .js",

0 commit comments

Comments
 (0)