summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3f1e2b0..aa3d8fa 100644
--- a/package.json
+++ b/package.json
@@ -6,13 +6,14 @@
"author": "Akshay Nair <phenax5@gmail.com>",
"license": "MIT",
"scripts": {
- "build": "tsc",
+ "build": "node esbuild.js",
"serve": "serve -p 3000 .",
- "watch": "tsc --watch",
+ "watch": "yarn build",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.3",
+ "esbuild": "^0.18.17",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"serve": "^14.2.0",