Skip to content

Commit 78f8a81

Browse files
committed
more tweaks
1 parent 6d4db4f commit 78f8a81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:ci": "turbo run test:ci",
1212
"test:npm": "turbo run test:npm",
1313
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
14-
"release": "turbo run build lint test:ci test:npm && changeset version && changeset publish"
14+
"release": "turbo run build && turbo run lint && turbo run build && turbo run test:ci && turbo run test:npm && changeset version && changeset publish"
1515
},
1616
"devDependencies": {
1717
"@repo/eslint-config": "*",

packages/react-example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@repo/react-example",
3+
"version": "0.1.0",
34
"private": true,
45
"scripts": {
56
"clean": "rm -rf .next && rm -rf .turbo && rm -rf node_modules",

0 commit comments

Comments
 (0)