Skip to content

Commit

Permalink
🔧 fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
XiYang6666 committed Apr 18, 2024
1 parent 8838ab2 commit e1131be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"types": "dist/index.d.js",
"scripts": {
"test": "jest",
"build": "rm ./dist -Recurse -ErrorAction SilentlyContinue && tsc"
"build": "rm ./dist -Recurse -ErrorAction SilentlyContinue || tsc"
},
"keywords": [
"lightweight",
Expand Down

0 comments on commit e1131be

Please sign in to comment.