Skip to content

Commit aebe8a7

Browse files
committed
feat: build
1 parent 55ee8eb commit aebe8a7

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
@@ -14,7 +14,7 @@
1414
"lint": "turbo run lint",
1515
"test": "turbo run test",
1616
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
17-
"release": "yarn test && yarn build && yarn changeset publish"
17+
"release": "yarn build && yarn test && yarn changeset publish"
1818
},
1919
"devDependencies": {
2020
"eslint": "7.32.0",

0 commit comments

Comments
 (0)