Skip to content

Commit

Permalink
chore(cli): Updated build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 9, 2025
1 parent cf260ae commit 2e2b42d
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 290 deletions.
8 changes: 8 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@

## 2.0.2

### Minor Changes

- Added `keyshade` command

## 2.0.3

### Minor Changes

- Updated build scripts
5 changes: 3 additions & 2 deletions apps/cli/package-lock.json

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

5 changes: 3 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keyshade/cli",
"version": "2.0.2",
"version": "2.0.3",
"description": "CLI for keyshade",
"main": "dist/src/index.js",
"private": false,
Expand All @@ -13,7 +13,7 @@
},
"type": "module",
"scripts": {
"build": "tsc && tsc-alias",
"build": "esbuild src/index.ts --bundle --platform=node --outdir=dist",
"start": "node dist/src/index.js",
"dev": "pnpm build && node dist/src/index.js",
"lint": "eslint \"src/**/*.ts\" --fix",
Expand Down Expand Up @@ -45,6 +45,7 @@
"@types/eccrypto": "^1.1.6",
"@types/figlet": "^1.5.8",
"@types/node": "^20.14.10",
"esbuild": "^0.24.2",
"eslint-config-standard-with-typescript": "^43.0.1",
"tsup": "^8.1.2"
}
Expand Down
Loading

0 comments on commit 2e2b42d

Please sign in to comment.