Skip to content

Commit 8023471

Browse files
committed
chore: fix yarn ready cmd
1 parent 95bdd56 commit 8023471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build-release-base": "cross-env NODE_ENV=production electron-builder --config.extraMetadata.environment=production",
4040
"build-release": "yarn build-release-base --publish=never --config.directories.output=release",
4141
"build-release-publish": "yarn build-release-base --publish=always",
42-
"ready": "yarn dedup --fail && yarn build-everything && yarn lint && yarn test",
42+
"ready": "yarn dedup --fail && yarn build && yarn lint && yarn test",
4343
"postinstall": "yarn patch-package && yarn electron-builder install-app-deps",
4444
"update-git-info": "node ./build/updateLocalConfig.js",
4545
"worker:utils": "webpack --config=./utils.worker.config.js",

0 commit comments

Comments
 (0)