Skip to content

Commit 3be7a14

Browse files
committed
fix: prerelease script
1 parent b59edaf commit 3be7a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lint:fix": "eslint --fix --ext .ts,.tsx src",
3636
"clean": "rimraf dist && rimraf dev/yarn.lock",
3737
"prepare": "ynpx simple-git-hooks",
38-
"prerelease": "yarn clean && yarn build && yarn test",
38+
"prerelease": "yarn clean && yarn build && yarn test:all",
3939
"release": "release-it"
4040
},
4141
"author": "Will Kent-Daggett",

0 commit comments

Comments
 (0)