Skip to content

Commit 3f01ae5

Browse files
committed
Remove unused commands.
1 parent d9d2fbe commit 3f01ae5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/sdk/browser/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"scripts": {
4949
"clean": "rimraf dist",
5050
"build": "tsup",
51-
"build-with-deps": "yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/js-client-sdk' run build",
5251
"lint": "eslint . --ext .ts,.tsx",
5352
"prettier": "prettier --write '**/*.@(js|ts|tsx|json|css)' --ignore-path ../../../.prettierignore",
5453
"test": "npx jest --runInBand",

packages/shared/sdk-client/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"make-esm-package-json": "echo '{\"type\":\"module\"}' > dist/esm/package.json",
3636
"make-package-jsons": "npm run make-cjs-package-json && npm run make-esm-package-json",
3737
"build": "npx tsc --noEmit && rollup -c rollup.config.js && npm run make-package-jsons",
38-
"build-with-deps": "yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/js-client-sdk-common' run build",
3938
"clean": "rimraf dist",
4039
"lint": "npx eslint . --ext .ts",
4140
"lint:fix": "yarn run lint -- --fix",

0 commit comments

Comments
 (0)