Skip to content

Commit de49217

Browse files
committed
fix: correct order of commands in publish-packages script in package.json
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 680f139 commit de49217

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
@@ -15,7 +15,7 @@
1515
"test:watch": "vitest --watch --project !e2e",
1616
"test:e2e": "vitest --run --project e2e",
1717
"test:e2e:watch": "vitest --watch --project e2e",
18-
"publish-packages": "turbo run clean build test attw && changeset version && changeset publish"
18+
"publish-packages": "turbo run test && turbo run clean build attw && changeset version && changeset publish"
1919
},
2020
"dependencies": {
2121
"@types/node": "^22.15.30"

0 commit comments

Comments
 (0)