Skip to content

Commit 8744139

Browse files
committed
Another deploy fix
1 parent c23af46 commit 8744139

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @total-typescript/ts-reset
22

3+
## 0.3.5
4+
5+
### Patch Changes
6+
7+
- Another fix for deploy process.
8+
39
## 0.3.4
410

511
### Patch Changes

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@total-typescript/ts-reset",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "A CSS reset for TypeScript, improving types for common JavaScript API's",
55
"private": false,
66
"repository": "https://github.com/total-typescript/ts-reset",
@@ -10,7 +10,8 @@
1010
"check-exports": "check-export-map",
1111
"lint": "tsc",
1212
"lint-pkg-json": "tsx scripts/lint.ts",
13-
"release": "changeset publish"
13+
"release": "turbo run publish",
14+
"publish": "changeset publish"
1415
},
1516
"main": "./dist/recommended.js",
1617
"module": "./dist/recommended.mjs",

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"lint": {},
1111
"lint-pkg-json": {},
12-
"release": {
12+
"publish": {
1313
"dependsOn": ["build", "check-exports", "lint", "lint-pkg-json"],
1414
"cache": false
1515
}

0 commit comments

Comments
 (0)