Skip to content

Commit

Permalink
Added crossenv to work with Windows (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaraBaghdasaryan authored Oct 17, 2024
1 parent 5a6f948 commit 5e6e49a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
20 changes: 20 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"scripts": {
"start": "node --import tsx src/index.ts",
"workers": "node --import tsx src/startWorkers.ts",
"dev-workers": "DOTENV_CONFIG_PATH=./.env.development node --import tsx --watch src/startWorkers.ts",
"dev-board": "DOTENV_CONFIG_PATH=./.env.development node --import tsx --watch src/index.ts",
"dev-workers": "cross-env DOTENV_CONFIG_PATH=./.env.development node --import tsx --watch src/startWorkers.ts",
"dev-board": "cross-env DOTENV_CONFIG_PATH=./.env.development node --import tsx --watch src/index.ts",
"dev": "concurrently \"npm run dev-board\" \"npm run dev-workers\"",
"import": "node --import=tsx --env-file=.env.development scripts/import-spreadsheet-companies.ts",
"test": "DOTENV_CONFIG_PATH=./.env.test jest",
Expand Down Expand Up @@ -46,6 +46,7 @@
"@types/jest": "^29.5.13",
"@types/node": "^22.7.0",
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"deepl-node": "^1.14.0",
"dotenv-cli": "^7.4.2",
"exceljs": "^4.4.0",
Expand Down

0 comments on commit 5e6e49a

Please sign in to comment.