Skip to content

Commit

Permalink
chore: commenting out scripts from shell projects (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancho0202 authored Apr 23, 2024
1 parent 14ea32c commit dbd3607
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 dbd3607

Please sign in to comment.