Skip to content

Commit

Permalink
ci: attempt to fix publish package script
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed Mar 24, 2024
1 parent f5069e4 commit 8940cb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nextra-docs-template",
"name": "docs",
"version": "0.0.1",
"description": "Nextra docs template",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=@davstack/store... && changeset publish --filter @davstack/store",
"release": "turbo build --filter=docs^... && changeset publish ",
"test": "vitest",
"test:watch": "vitest --watch",
"test:ui": "vitest --ui",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davstack/store",
"version": "0.0.0",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 8940cb8

Please sign in to comment.