summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-12-14 22:39:18 -0800
committerElizabeth Hunt <me@liz.coffee>2025-12-14 22:39:18 -0800
commit666674327f009e9b1013218fc384f193b64c6997 (patch)
treeacebae7b425b469584eb0a5bec396899c2739501 /package.json
parent594ce452693a71b501d3aff3f35ef3732c06c341 (diff)
downloadpengueno-666674327f009e9b1013218fc384f193b64c6997.tar.gz
pengueno-666674327f009e9b1013218fc384f193b64c6997.zip
Adds unit tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b5f4484..462afb8 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"author": "emprespresso",
"license": "MIT",
"scripts": {
- "build": "tsc && tsconfig-replace-paths --project tsconfig.json",
+ "build": "npm test && tsc && tsconfig-replace-paths --project tsconfig.json",
"test": "jest",
"dev": "tsc --watch",
"clean": "rm -rf dist node_modules",