Skip to content

Commit

Permalink
Added the correct publish command.
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushNautiyalDeveloper committed Jun 9, 2024
1 parent 857cac3 commit 70302ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "parser-js",
"private": false,
"version": "1.0.0",
"private": true,
"scripts": {
"test": "turbo run test",
"lint": "turbo run lint",
Expand All @@ -12,7 +11,7 @@
"parser:test:browser": "turbo run test:browser --filter=@asyncapi/parser",
"parser:build": "turbo run build --filter=@asyncapi/parser",
"changeset": "changeset",
"publish": "npm build && npx changeset publish"
"publish": "npm run build && npx changeset publish"
},
"devDependencies": {
"turbo": "1.13.3"
Expand Down
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test:browser": {},
"lint": {},
"lint:fix": {},
"build": {}
"build": {},
"publish": {}
}
}

0 comments on commit 70302ab

Please sign in to comment.