Skip to content

Commit

Permalink
Dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 6, 2024
1 parent 01fc01c commit d3b0ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Facilitate ETL operations to bring non-TAK sources into a TAK Server",
"main": "index.js",
"scripts": {
"test": "tape test/*.test.js",
"test": "tape dist/test/*.test.js",
"tstest": "test/test",
"build": "tsc && cp .env* dist/ || true && cp ./icons dist/icons -r && cp ./fonts dist/fonts -r && cp package.json dist/ && cp migrations/ dist/ -r",
"lint": "eslint index.ts lib/ routes/ test/",
Expand Down

0 comments on commit d3b0ce3

Please sign in to comment.