Skip to content

Commit

Permalink
windows: test dowble quotes
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Aug 1, 2024
1 parent fa2d15c commit 4bf0fc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build": "tsc --pretty && npm run checkTestsCompile && npm run madge",
"checkTestsCompile": "echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ",
"madge": "madge -c lib",
"pretty": "prettier --write 'src/**/*.ts' '__tests__/**/*.ts' '__mocks__/**/*.ts'",
"pretty": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"__mocks__/**/*.ts\"",
"prebuild": "npm run clean && echo Using TypeScript && tsc --version",
"clean": "rimraf lib",
"watch": "tsc --pretty --watch",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build": "tsc --pretty && npm run checkTestsCompile && npm run madge",
"checkTestsCompile": "echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ",
"madge": "madge -c lib",
"pretty": "prettier --write 'src/**/*.ts' '__tests__/**/*.ts'",
"pretty": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"",
"prebuild": "npm run clean && echo Using TypeScript && tsc --version",
"clean": "rimraf lib",
"watch": "tsc --pretty --watch",
Expand Down
2 changes: 1 addition & 1 deletion packages/vsce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@
"build": "tsup && npm run checkTestsCompile && npm run madge",
"checkTestsCompile": "echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ",
"madge": "echo 'Nothing to check'",
"pretty": "prettier --write 'src/**/*.ts' '__tests__/**/*.ts'",
"pretty": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"",
"lint": "eslint src --ext ts",
"prebuild": "npm run clean && echo Using TypeScript && tsc --version && echo Using TSUP && tsup --version",
"clean": "rimraf lib && rimraf dist",
Expand Down

0 comments on commit 4bf0fc8

Please sign in to comment.