Skip to content

Commit

Permalink
fix: Copy vast-client after build
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Sep 24, 2024
1 parent 65ea96c commit d9594c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stitcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mixwave/stitcher",
"type": "module",
"scripts": {
"build": "cp -r ./extern/vast-client ./dist/extern && tsc",
"build": "tsc && cp -r ./extern/vast-client ./dist/extern",
"dev": "cp -r ./extern/vast-client ./dist/extern && tsc-watch --noClear --onSuccess \"node ./dist/src/index.js\"",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
Expand Down

0 comments on commit d9594c3

Please sign in to comment.