Skip to content

Commit

Permalink
fix: build & compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Jan 5, 2024
1 parent 2bffb1b commit e794ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"node": ">=18.0.0"
},
"scripts": {
"build": "yarn compile && yarn lint",
"build": "wireit",
"bundle": "node ./scripts/build.js",
"clean": "sf-clean",
"clean-all": "sf-clean all",
"compile": "yarn bundle",
"compile": "wireit",
"docs": "sf-docs",
"format": "wireit",
"lint": "wireit",
Expand Down

0 comments on commit e794ef7

Please sign in to comment.