be explicit about CJS
This commit is contained in:
parent
c97c22b434
commit
a950960c58
@ -11,8 +11,8 @@
|
|||||||
"build:dev:tsc": "tsc --incremental --sourceMap",
|
"build:dev:tsc": "tsc --incremental --sourceMap",
|
||||||
"build-and-start": "npm run build && npm run start",
|
"build-and-start": "npm run build && npm run start",
|
||||||
"build-and-start:bun": "npm run verify && npm run bun-run",
|
"build-and-start:bun": "npm run verify && npm run bun-run",
|
||||||
"dev": "node scripts/dev.js",
|
"dev": "node scripts/dev.cjs",
|
||||||
"dev:bun": "bun scripts/dev.js",
|
"dev:bun": "bun scripts/dev.cjs",
|
||||||
"verify": "tsgo --noEmit",
|
"verify": "tsgo --noEmit",
|
||||||
"verify:tsc": "tsc --noEmit",
|
"verify:tsc": "tsc --noEmit",
|
||||||
"bun-run": "bun src/index.ts",
|
"bun-run": "bun src/index.ts",
|
||||||
@ -20,8 +20,8 @@
|
|||||||
"lint:ci": "eslint --ext .ts --rule \"prettier/prettier: off\" .",
|
"lint:ci": "eslint --ext .ts --rule \"prettier/prettier: off\" .",
|
||||||
"lint:fix": "eslint --fix --ext .ts .",
|
"lint:fix": "eslint --fix --ext .ts .",
|
||||||
"prettier": "prettier --write .",
|
"prettier": "prettier --write .",
|
||||||
"update-translations": "cd scripts && node update-translations.js",
|
"update-translations": "cd scripts && node update-translations.cjs",
|
||||||
"fix-imports": "cd scripts && node fix-imports.js",
|
"fix-imports": "cd scripts && node fix-imports.cjs",
|
||||||
"fix": "npm run update-translations && npm run fix-imports && npm run prettier"
|
"fix": "npm run update-translations && npm run fix-imports && npm run prettier"
|
||||||
},
|
},
|
||||||
"license": "GNU",
|
"license": "GNU",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user