Skip to content

Commit

Permalink
copy .ejs files into build; (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 authored Nov 7, 2023
1 parent 0895592 commit 60163b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=18.0.0"
},
"scripts": {
"build": "tsc --p tsconfig.build.json",
"build": "tsc --p tsconfig.build.json && cp ./src/indexer/services/monitoringService/*.ejs ./build/indexer/services/monitoringService",
"test": "yarn run test:unit && yarn run test:e2e",
"test:unit": "NODE_ENV=test nyc --exclude **/data/** --all --include \"src/**/*.ts\" mocha -r ts-node/register \"tests/unit/**/*.spec.ts\"",
"test:unit:ci": "NODE_ENV=test nyc --exclude **/data/** --reporter=lcov --all --include \"src/**/*.ts\" mocha -r ts-node/register \"tests/*.spec.ts\"",
Expand Down

0 comments on commit 60163b8

Please sign in to comment.