aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-09-10 10:23:36 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-10 10:23:36 +0200
commitc215007174e7ab5fd0a0470e879eba1295123833 (patch)
tree7a76e3431eea69a6ccae7d723afabc2706bbbc29 /package.json
parentchore: removed unused 'misty' config file (diff)
downloadferdium-app-c215007174e7ab5fd0a0470e879eba1295123833.tar.gz
ferdium-app-c215007174e7ab5fd0a0470e879eba1295123833.tar.zst
ferdium-app-c215007174e7ab5fd0a0470e879eba1295123833.zip
chore: preconditions for pnpm migration (#1903)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8d6b61fd4..b1cde30db 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
17 }, 17 },
18 "engine-strict": true, 18 "engine-strict": true,
19 "scripts": { 19 "scripts": {
20 "prepare": "husky install", 20 "prepare": "node scripts/prepare.js",
21 "start": "electron ./build", 21 "start": "electron ./build",
22 "start:local": "cross-env USE_LOCAL_API=1 npm start", 22 "start:local": "cross-env USE_LOCAL_API=1 npm start",
23 "start:live": "cross-env USE_LIVE_API=1 npm start", 23 "start:live": "cross-env USE_LIVE_API=1 npm start",
@@ -35,7 +35,7 @@
35 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"", 35 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"",
36 "packages": "npx lerna publish --no-git-tag-version", 36 "packages": "npx lerna publish --no-git-tag-version",
37 "uidev": "cd uidev && webpack-dev-server", 37 "uidev": "cd uidev && webpack-dev-server",
38 "postinstall": "npx lerna run prepare", 38 "postinstall": "node scripts/postinstall.js",
39 "apply-branding": "node ./src/i18n/apply-branding.js", 39 "apply-branding": "node ./src/i18n/apply-branding.js",
40 "update-submodules": "git submodule update --remote --force", 40 "update-submodules": "git submodule update --remote --force",
41 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding", 41 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding",