Skip to content

Commit

Permalink
chore: updated build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Nov 25, 2023
1 parent fdfe9f5 commit b6fdd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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": "cross-env NODE_ENV=production ./build.mjs",
"build:dev": "cross-env NODE_ENV=development ./build.mjs",
"build": "cross-env NODE_ENV=production node --experimental-json-modules --no-warnings ./build.mjs",
"build:dev": "cross-env NODE_ENV=development node --experimental-json-modules --no-warnings ./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

0 comments on commit b6fdd61

Please sign in to comment.