aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-22 11:41:37 +0200
committerHampusM <hampus@hampusmat.com>2021-07-22 11:41:37 +0200
commit32df7b18bc5b7fd9d268fe457352b885f2f68149 (patch)
tree24243d750481cb269f6edc1a7a47f9d9a459dccc /package.json
parente00a8a2356ceb6cc2698001ae838abcbdec36188 (diff)
Data used by tests now in /tmp/nodegit_test & added test teardown script
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 85bf0f2..0bf51d9 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"author": "HampusMat",
"private": true,
"scripts": {
- "clean": "rm -rf node_modules git packages/*/node_modules packages/client/dist",
+ "clean": "rm -rf node_modules packages/*/node_modules packages/client/dist",
"dev": "concurrently -k --kill-others-on-fail \"cd packages/client && yarn serve\" \"cd packages/server && yarn dev\"",
"build": "cd packages/client && yarn build",
"start": "ts-node packages/server/src/app.ts",