We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa022e commit 636cba7Copy full SHA for 636cba7
1 file changed
package.json
@@ -33,11 +33,11 @@
33
},
34
"scripts": {
35
"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",
+ "clean": "pnpm -r clean",
+ "lint": "pnpm -r lint",
+ "lint:fix": "pnpm -r lint:fix",
39
"prebuild": "tsc -b",
40
- "build": "yarn workspaces foreach run build"
+ "build": "pnpm -r build"
41
42
"dependencies": {
43
"@cloudgraph/sdk": "0.21.1",
0 commit comments