Skip to content

Commit

Permalink
chore: adjust package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed May 18, 2024
1 parent b5eb8ce commit 3357b02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"main": "lib/setup-dev-drive.js",
"scripts": {
"build": "tsc",
"bundle": "npm run bundle:main && npm run bundle:cleanup",
"bundle:main": "ncc build -m -o dist/main lib/setup-dev-drive.js && mv dist/main/index.js dist/main.js",
"bundle:cleanup": "ncc build -m -o dist/post lib/cleanup-dev-drive.js && mv dist/post/index.js dist/post.js",
"bundle": "npm run bundle:setup && npm run bundle:cleanup",
"bundle:setup": "ncc build -m -o dist/setup lib/setup-dev-drive.js",
"bundle:cleanup": "ncc build -m -o dist/cleanup lib/cleanup-dev-drive.js",
"lint": "eslint .",
"fmt": "prettier --write src/**/*.ts",
"fmt-check": "prettier --check src/**/*.ts",
Expand Down

0 comments on commit 3357b02

Please sign in to comment.