Skip to content

Commit

Permalink
fix: Copy vast-client to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Sep 18, 2024
1 parent a8cccb6 commit 1cd7f98
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 @@ -4,7 +4,7 @@
"scripts": {
"build": "tsc && cp -r ./extern/vast-client ./dist/extern",
"start": "node ./dist/src/index.js",
"dev": "tsc-watch --noClear --onSuccess \"node ./dist/src/index.js\"",
"dev": "cp -r ./extern/vast-client ./dist/extern && tsc-watch --noClear --onSuccess \"node ./dist/src/index.js\"",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
Expand Down

0 comments on commit 1cd7f98

Please sign in to comment.