Skip to content

Commit 00e4597

Browse files
fix: beta prod config
1 parent 45ab8cc commit 00e4597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"version": "1.0.0-beta.1",
44
"description": "A lightweight cross-platform CLI & library to perform Git operations using plain language commands — no dependencies, pure Node.js.",
55
"main": "dist/index.js",
6-
"type": "commonjs",
76
"scripts": {
87
"start": "ts-node src/cli/index.ts",
98
"dev": "tsx -r tsconfig-paths/register src/cli/index.ts",
10-
"build": "tsc",
9+
"build": "rimraf dist && tsc",
1110
"clean": "rimraf dist",
1211
"cli": "tsx src/cli/index.ts",
1312
"test": "vitest"

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"target": "ES2022",
44
"module": "commonjs",
55
"moduleResolution": "node",
6+
"allowJs": true,
67
"outDir": "dist",
78
"rootDir": "src",
89
"strict": true,

0 commit comments

Comments
 (0)