Skip to content

Commit

Permalink
feat: add empty build script for CI if-present
Browse files Browse the repository at this point in the history
  • Loading branch information
boan-anbo committed Nov 11, 2023
1 parent 975b396 commit a4c490f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"packages/*"
],
"scripts": {
"test": "vitest"
"test": "vitest",
"build": ""
},
"author": "Bo An",
"license": "ISC",
Expand Down

0 comments on commit a4c490f

Please sign in to comment.