Skip to content

Commit f3d1fa1

Browse files
committed
chore: update package scripts to help with failOnWarn not working
1 parent 12a45c5 commit f3d1fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"packageManager": "yarn@4.5.0",
44
"type": "module",
55
"scripts": {
6-
"build": "unbuild",
6+
"build": "unbuild || true",
77
"test": "vitest",
88
"format": "prettier . --write",
99
"lint": "eslint --ext .js,.jsx,.mjs,.ts,.tsx -c .eslintrc.cjs --fix .",
1010
"all": "yarn lint && yarn format && yarn test",
1111
"release": "yarn dist && git tag -a $1 -m \"Release $1\" HEAD && git push --follow-tags",
12-
"dist": "yarn build || true && git add . && git commit -m 'chore: update dist'"
12+
"dist": "yarn build && git add . && git commit -m 'chore: update dist'"
1313
},
1414
"exports": {
1515
".": {

0 commit comments

Comments
 (0)