diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ac542c3f9..f795dff90 100644 --- a/package.json +++ b/package.json | |||
@@ -38,7 +38,7 @@ | |||
38 | "update-host": "ts-node ./scripts/update-host.ts", | 38 | "update-host": "ts-node ./scripts/update-host.ts", |
39 | "test": "scripty", | 39 | "test": "scripty", |
40 | "help": "scripty", | 40 | "help": "scripty", |
41 | "postinstall": "cd client && yarn install", | 41 | "postinstall": "cd client && yarn install --pure-lockfile", |
42 | "tsc": "tsc", | 42 | "tsc": "tsc", |
43 | "nodemon": "nodemon", | 43 | "nodemon": "nodemon", |
44 | "ts-node": "ts-node", | 44 | "ts-node": "ts-node", |