Skip to content

Commit

Permalink
Remove cross-env package
Browse files Browse the repository at this point in the history
  • Loading branch information
mehallhm committed Oct 28, 2024
1 parent 455ef2b commit a847a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"about:babel-node-ts": "//// This command is used to run Typescript files on the fly. Mainly used in other commands, not standalone",
"babel-node-ts": "babel-node --extensions '.js,.jsx,.ts,.tsx'",
"about:dev": "//// Runs the API server - the course catalog API",
"dev": "cross-env NODE_ENV=dev node --watch $(yarn babel-node-ts graphql/index.ts)",
"dev": "NODE_ENV=dev node --watch $(yarn babel-node-ts graphql/index.ts)",
"about:dev:notifs": "//// Runs the API server along with the notifications server",
"dev:notifs": "ENABLE_NOTIFS=true yarn dev",
"about:scrape": "//// Scrapes ALL of the latest class data from Banner",
Expand Down Expand Up @@ -77,7 +77,6 @@
"cheerio": "^0.22.0",
"colors": "^1.4.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint-plugin-deprecation": "^1.2.1",
"express": "^4.21.1",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3218,14 +3218,7 @@ create-jest@^29.7.0:
jest-util "^29.7.0"
prompts "^2.0.1"

cross-env@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
dependencies:
cross-spawn "^7.0.1"

cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
Expand Down

0 comments on commit a847a5a

Please sign in to comment.