aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-28 14:06:16 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-28 14:17:12 +0100
commit79365dc90e2272c209c68d9c05e3681bebaf0704 (patch)
tree24258ac7be00d207020f07d2b98dc26da470175e /package.json
parentrefactor: Functional design for controllers (diff)
downloadsophie-79365dc90e2272c209c68d9c05e3681bebaf0704.tar.gz
sophie-79365dc90e2272c209c68d9c05e3681bebaf0704.tar.zst
sophie-79365dc90e2272c209c68d9c05e3681bebaf0704.zip
build: Simplify type declaration generation
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 f9225db..5494b2a 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
16 "main": "packages/main/dist/index.cjs", 16 "main": "packages/main/dist/index.cjs",
17 "scripts": { 17 "scripts": {
18 "clean": "rimraf dist .log && yarn workspaces foreach run clean", 18 "clean": "rimraf dist .log && yarn workspaces foreach run clean",
19 "pretest": "yarn workspaces foreach -vpt --include '@sophie/*shared' run build", 19 "pretest": "yarn workspaces foreach -vpt run pretest",
20 "test": "yarn pretest && yarn workspaces foreach -vpt run test", 20 "test": "yarn pretest && yarn workspaces foreach -vpt run test",
21 "build": "yarn workspaces foreach -vpt run build", 21 "build": "yarn workspaces foreach -vpt run build",
22 "precompile": "cross-env MODE=production yarn run build", 22 "precompile": "cross-env MODE=production yarn run build",