aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 14:23:39 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 14:23:39 +0100
commit33b2de573469fc127769e2a282256f7793fc9970 (patch)
tree204df57ab2e97ee89b0b90aed04e4bf312750e89
parentbuild: Shared packages target both chrome and node (diff)
downloadsophie-33b2de573469fc127769e2a282256f7793fc9970.tar.gz
sophie-33b2de573469fc127769e2a282256f7793fc9970.tar.zst
sophie-33b2de573469fc127769e2a282256f7793fc9970.zip
build: Add watch:test command
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f1ee627..2ecb7f5 100644
--- a/package.json
+++ b/package.json
@@ -23,6 +23,7 @@
23 "compile": "yarn precompile && yarn compile:electron-builder", 23 "compile": "yarn precompile && yarn compile:electron-builder",
24 "compile:electron-builder": "electron-builder build --config .electron-builder.config.cjs --dir", 24 "compile:electron-builder": "electron-builder build --config .electron-builder.config.cjs --dir",
25 "watch": "node scripts/watch.js", 25 "watch": "node scripts/watch.js",
26 "watch:test": "yarn test --watch",
26 "typecheck": "yarn workspaces foreach -vpt run typecheck", 27 "typecheck": "yarn workspaces foreach -vpt run typecheck",
27 "update-electron-vendors": "node scripts/update-electron-vendors.js", 28 "update-electron-vendors": "node scripts/update-electron-vendors.js",
28 "main": "yarn workspace @sophie/main", 29 "main": "yarn workspace @sophie/main",