Skip to content

Commit

Permalink
chore: added cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Nov 25, 2023
1 parent 4184c57 commit fdfe9f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"//predemo": "pnpm build:dev",
"demo": "./dist/cli.mjs",
"format": "prettier --write .",
"build": "NODE_ENV=production ./build.mjs",
"build:dev": "NODE_ENV=development ./build.mjs",
"build": "cross-env NODE_ENV=production ./build.mjs",
"build:dev": "cross-env NODE_ENV=development ./build.mjs",
"typecheck": "tsc --noEmit && tsc -p ./tsconfig.project-files.json",
"spellcheck": "cspell --no-progress \"./src/**/*.{ts,js,json}\" \"./*.{md,js,mjs,mts}\" \"./LICENSE\" \"./package.json\"",
"lint": "eslint ./src ./*.{mjs,mts} --fix",
Expand Down Expand Up @@ -68,6 +68,7 @@
"@webdeveric/eslint-config-ts": "^0.7.1",
"@webdeveric/prettier-config": "^0.2.0",
"@webdeveric/utils": "^0.29.1",
"cross-env": "^7.0.3",
"cspell": "^8.0.0",
"esbuild": "^0.19.7",
"esbuild-plugin-clean": "^1.0.1",
Expand Down
11 changes: 11 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit fdfe9f5

Please sign in to comment.