Skip to content

Commit 636cba7

Browse files
committed
chore: move top level scripts to use pnpm
1 parent 8aa022e commit 636cba7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
},
3434
"scripts": {
3535
"release": "NODE_AUTH_TOKEN=$NPM_TOKEN NPM_CONFIG_IGNORE_SCRIPTS='true' NODE_JQ_SKIP_INSTALL_BINARY='true' multi-semantic-release --ignore-scripts",
36-
"clean": "yarn workspaces foreach -p run clean",
37-
"lint": "yarn workspaces foreach run lint",
38-
"lint:fix": "yarn workspaces foreach run lint:fix",
36+
"clean": "pnpm -r clean",
37+
"lint": "pnpm -r lint",
38+
"lint:fix": "pnpm -r lint:fix",
3939
"prebuild": "tsc -b",
40-
"build": "yarn workspaces foreach run build"
40+
"build": "pnpm -r build"
4141
},
4242
"dependencies": {
4343
"@cloudgraph/sdk": "0.21.1",

0 commit comments

Comments
 (0)