Skip to content

Commit

Permalink
Merge pull request #4 from salamaashoush/new-plugin
Browse files Browse the repository at this point in the history
Add ci:publish script to package.json files
  • Loading branch information
salamaashoush authored Nov 13, 2023
2 parents 024ddba + 07949f1 commit 4141918
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
"prepack": "pnpm run build",
"release": "pnpm test && pnpm publish",
"ci:publish": "pnpm publish",
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
"test:types": "tsc --noEmit --skipLibCheck",
"precommit": "lint-staged"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"precommit": "turbo precommit",
"postinstall": "husky install",
"changeset": "changeset",
"version": "changeset version"
"ci:version": "changeset version",
"ci:publish": "turbo ci:publish"
},
"license": "MIT",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"release": "pnpm test && pnpm publish",
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
"test:types": "tsc --noEmit --skipLibCheck",
"precommit": "lint-staged"
"precommit": "lint-staged",
"ci:publish": "pnpm publish"
},
"dependencies": {
"fast-memoize": "^2.5.2",
Expand Down
1 change: 1 addition & 0 deletions packages/w3c-dtfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"release": "pnpm test && pnpm publish",
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
"test:types": "tsc --noEmit --skipLibCheck",
"ci:publish": "pnpm publish",
"precommit": "lint-staged"
},
"dependencies": {
Expand Down

0 comments on commit 4141918

Please sign in to comment.