Skip to content

Commit 182bb49

Browse files
committed
fix: make ts-node work on Windows
1 parent 9b7b176 commit 182bb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"deploy:stg": "yarn generate:sitemap && rimraf ./firebase/public && cpx -u \"./bundle/**/*\" ./firebase/public && cd ./firebase && firebase deploy --only hosting:stage.dzcode.io --token \"$FIREBASE_TOKEN\"",
6161
"generate:bundle-info": "ts-node ../packages/tooling/bundle-info.ts",
6262
"generate:sentry-release": "ts-node ../packages/tooling/sentry-release.ts web bundle",
63-
"generate:sitemap": "cross-env TS_NODE_SKIP_PROJECT=true ts-node --compilerOptions '{\"baseUrl\": \".\"}' src/_build/sitemap.ts",
63+
"generate:sitemap": "cross-env TS_NODE_SKIP_PROJECT=true ts-node --compilerOptions \"{\\\"baseUrl\\\": \\\".\\\"}\" src/_build/sitemap.ts",
6464
"lint": "yarn build && yarn lint:alone",
6565
"lint:alone": "yarn lint:eslint . && yarn lint:prettier --check . && yarn lint:tsc && yarn lint:ts-prune",
6666
"lint:eslint": "eslint --config ../packages/tooling/.eslintrc.json --ignore-path ../packages/tooling/.eslintignore --report-unused-disable-directives",

0 commit comments

Comments
 (0)