Skip to content

Commit

Permalink
Another deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Feb 20, 2023
1 parent c23af46 commit 8744139
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @total-typescript/ts-reset

## 0.3.5

### Patch Changes

- Another fix for deploy process.

## 0.3.4

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@total-typescript/ts-reset",
"version": "0.3.4",
"version": "0.3.5",
"description": "A CSS reset for TypeScript, improving types for common JavaScript API's",
"private": false,
"repository": "https://github.com/total-typescript/ts-reset",
Expand All @@ -10,7 +10,8 @@
"check-exports": "check-export-map",
"lint": "tsc",
"lint-pkg-json": "tsx scripts/lint.ts",
"release": "changeset publish"
"release": "turbo run publish",
"publish": "changeset publish"
},
"main": "./dist/recommended.js",
"module": "./dist/recommended.mjs",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"lint": {},
"lint-pkg-json": {},
"release": {
"publish": {
"dependsOn": ["build", "check-exports", "lint", "lint-pkg-json"],
"cache": false
}
Expand Down

0 comments on commit 8744139

Please sign in to comment.