Skip to content

Commit

Permalink
update;
Browse files Browse the repository at this point in the history
  • Loading branch information
iSplasher committed Sep 25, 2023
1 parent 9ac80a9 commit 8321099
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 @@ -29,7 +29,7 @@
"scripts": {
"dev": "cross-env NODE_ENV=development tsup --watch",
"types": "tsc",
"build": "cross-env NODE_ENV=production tsup && yarn types",
"build": "cross-env NODE_ENV=production tsup && yarn types || true",
"test": "jest --colors"
},
"jest": {
Expand Down

0 comments on commit 8321099

Please sign in to comment.