Skip to content

Commit

Permalink
fix: workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus-zh committed Aug 15, 2024
1 parent 3b1bad1 commit 6f8c667
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"main": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc --build && type-coverage",
"format": "npm run prettier && npm run lint",
"prettier": "prettier --write .",
"build": "tsc --build",
"format": "npm run lint",
"lint": "eslint .",
"prepack": "npm run build"
},
Expand Down

0 comments on commit 6f8c667

Please sign in to comment.