Skip to content

Commit 2e2b42d

Browse files
committed
chore(cli): Updated build scripts
1 parent cf260ae commit 2e2b42d

File tree

4 files changed

+290
-290
lines changed

4 files changed

+290
-290
lines changed

apps/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@
1414

1515
## 2.0.2
1616

17+
### Minor Changes
18+
1719
- Added `keyshade` command
20+
21+
## 2.0.3
22+
23+
### Minor Changes
24+
25+
- Updated build scripts

apps/cli/package-lock.json

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keyshade/cli",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "CLI for keyshade",
55
"main": "dist/src/index.js",
66
"private": false,
@@ -13,7 +13,7 @@
1313
},
1414
"type": "module",
1515
"scripts": {
16-
"build": "tsc && tsc-alias",
16+
"build": "esbuild src/index.ts --bundle --platform=node --outdir=dist",
1717
"start": "node dist/src/index.js",
1818
"dev": "pnpm build && node dist/src/index.js",
1919
"lint": "eslint \"src/**/*.ts\" --fix",
@@ -45,6 +45,7 @@
4545
"@types/eccrypto": "^1.1.6",
4646
"@types/figlet": "^1.5.8",
4747
"@types/node": "^20.14.10",
48+
"esbuild": "^0.24.2",
4849
"eslint-config-standard-with-typescript": "^43.0.1",
4950
"tsup": "^8.1.2"
5051
}

0 commit comments

Comments
 (0)