Skip to content

Commit 2915fb2

Browse files
committed
revert package changes
1 parent abb7d01 commit 2915fb2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

client/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"sideEffects": false,
66
"private": true,
77
"scripts": {
8-
"start-local": "lerna run --scope '@openmsupply-client/*' --parallel start-local -- --env $1 _",
9-
"start-remote": "lerna run --scope '@openmsupply-client/*' --parallel start-remote -- --env $1 _",
8+
"start-local": "lerna run --scope @openmsupply-client/* --parallel start-local -- --env $1 _",
9+
"start-remote": "lerna run --scope @openmsupply-client/* --parallel start-remote -- --env $1 _",
1010
"start": "yarn start-local",
11-
"build": "lerna run --scope '@openmsupply-client/*' build",
12-
"build-stats": "lerna run --scope '@openmsupply-client/*' build-stats",
13-
"build-plugins": "lerna run --scope '@openmsupply-client/*' build-plugin",
14-
"serve": "lerna run --scope '@openmsupply-client/*' --parallel serve",
15-
"clean": "lerna run --scope '@openmsupply-client/*' --parallel clean",
16-
"compile": "lerna run --scope '@openmsupply-client/*' --parallel tsc --since HEAD -- --noEmit",
17-
"compile-full": "lerna run --scope '@openmsupply-client/*' --parallel tsc",
11+
"build": "lerna run --scope @openmsupply-client/* build",
12+
"build-stats": "lerna run --scope @openmsupply-client/* build-stats",
13+
"build-plugins": "lerna run --scope @openmsupply-client/* build-plugin",
14+
"serve": "lerna run --scope @openmsupply-client/* --parallel serve",
15+
"clean": "lerna run --scope @openmsupply-client/* --parallel clean",
16+
"compile": "lerna run --scope @openmsupply-client/* --parallel tsc --since HEAD -- --noEmit",
17+
"compile-full": "lerna run --scope @openmsupply-client/* --parallel tsc",
1818
"prepare": "cd .. && husky client/.husky",
1919
"pre-commit-lint": "yarn compile && yarn lint-staged",
2020
"test": "jest --config ./jest.config.js --maxWorkers=50% --env=jsdom",
@@ -24,16 +24,16 @@
2424
"//": "This command runs graphql-codegen twice, as running once is causing import path errors for shared fragments in the generated files (but running twice resolves them??) See issue here: https://github.com/msupply-foundation/open-msupply/issues/2812",
2525
"generate": "cd ../server && cargo run --bin remote_server_cli -- export-graphql-schema && cd ../client && yarn gql-codegen && yarn gql-codegen",
2626
"android:run": "npx cap run android",
27-
"android:build:server": "yarn build && lerna run --scope '@openmsupply-client/android' build:server --stream",
28-
"android:build:debug": "yarn build && lerna run --scope '@openmsupply-client/android' build:debug --stream",
29-
"android:build:release": "yarn build && lerna run --scope '@openmsupply-client/android' build:release --stream",
27+
"android:build:server": "yarn build && lerna run --scope @openmsupply-client/android build:server --stream",
28+
"android:build:debug": "yarn build && lerna run --scope @openmsupply-client/android build:debug --stream",
29+
"android:build:release": "yarn build && lerna run --scope @openmsupply-client/android build:release --stream",
3030
"electron:start": "lerna run --scope @openmsupply-client/electron start --stream",
3131
"electron:start-local": "ELECTRON_HOST=http://localhost:3003 lerna run --scope @openmsupply-client/electron start --stream",
3232
"electron:build": "lerna run --scope @openmsupply-client/electron make",
3333
"i18n-unused-display": "i18n-unused display-unused",
3434
"i18n-unused-remove": "i18n-unused remove-unused",
3535
"i18n-missing": "i18n-unused display-missed",
36-
"eslint": "lerna run --scope '@openmsupply-client/*' --parallel eslint"
36+
"eslint": "lerna run --scope @openmsupply-client/* --parallel eslint"
3737
},
3838
"workspaces": {
3939
"packages": [

0 commit comments

Comments
 (0)