Skip to content

Commit

Permalink
chore: avoided notations that don't work on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Feb 15, 2021
1 parent 1a1748d commit d78c9e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dantalion-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"scripts": {
"dantalion": "node dist/src/index.js",
"lint": "eslint --fix './**/*'",
"lint": "eslint --fix \"./**/*\"",
"prepack": "tsc --project tsconfig.build.json",
"start": "tsc --project tsconfig.build.json --watch",
"test": "echo \"Warn: run tests from root\""
Expand Down
2 changes: 1 addition & 1 deletion packages/dantalion-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"access": "public"
},
"scripts": {
"lint": "eslint --fix './**/*'",
"lint": "eslint --fix \"./**/*\"",
"prepack": "tsc --project tsconfig.build.json",
"start": "tsc --project tsconfig.build.json --watch",
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion packages/dantalion-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"scripts": {
"lint": "eslint --fix './**/*'",
"lint": "eslint --fix \"./**/*\"",
"prepack": "tsc --project tsconfig.build.json",
"start": "tsc --project tsconfig.build.json --watch",
"test": "echo \"Warn: run tests from root\""
Expand Down

0 comments on commit d78c9e5

Please sign in to comment.