Skip to content

Commit

Permalink
chore: commenting out unused scripts to avoid nx running them
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Munoz <[email protected]>
  • Loading branch information
juancho0202 committed Apr 18, 2024
1 parent 0acbe5e commit 04531a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@openscd/core": "*",
"@openscd/components": "*"
},
"scripts": {
"//": {
"clean": "rimraf build",
"lint:eslint": "eslint --ext .ts . --ignore-path .gitignore",
"format:eslint": "eslint --ext .ts . --fix --ignore-path .gitignore",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"dependencies": {
},
"scripts": {
"//": {
"clean": "rimraf build",
"lint:eslint": "eslint --ext .ts . --ignore-path .gitignore",
"format:eslint": "eslint --ext .ts . --fix --ignore-path .gitignore",
Expand Down
2 changes: 1 addition & 1 deletion packages/distribution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@openscd/addons": "*",
"@openscd/plugins": "*"
},
"scripts": {
"//": {
"clean": "rimraf build",
"lint:eslint": "eslint --ext .ts . --ignore-path .gitignore",
"format:eslint": "eslint --ext .ts . --fix --ignore-path .gitignore",
Expand Down
2 changes: 1 addition & 1 deletion packages/wizards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@openscd/core": "*",
"@openscd/components": "*"
},
"scripts": {
"//": {
"clean": "rimraf build",
"lint:eslint": "eslint --ext .ts . --ignore-path .gitignore",
"format:eslint": "eslint --ext .ts . --fix --ignore-path .gitignore",
Expand Down

0 comments on commit 04531a5

Please sign in to comment.