Skip to content

Commit 000866f

Browse files
committed
ci: remove duplicated build scripts
1 parent 1b298c7 commit 000866f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,3 @@ jobs:
4949
5050
- name: Build
5151
run: npm run build
52-
53-
- name: Build distribution
54-
run: npm run dist

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"license": "MIT",
4040
"scripts": {
4141
"build": "tsup",
42-
"dist": "npm run clean && cross-env NODE_ENV=production npm run build",
4342
"lint": "eslint .",
4443
"format:check": "prettier --check .",
4544
"format:fix": "prettier --write .",

0 commit comments

Comments
 (0)