Skip to content

Commit

Permalink
⚙️ fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vovsemenv committed Aug 24, 2022
1 parent d09a957 commit 2be785b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
- run: pnpm install
- run: pnpm publish -r --no-git-checks
- run: pnpm publish -r --no-git-checks --filter=!@qameta/fe-core --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
1 change: 1 addition & 0 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@qameta/eslint-config-react",
"private": false,
"version": "0.1.0",
"description": "Shared eslint config for Qameta React projects",
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@qameta/eslint-config",
"private": false,
"version": "0.1.0",
"description": "Shared eslint config for Qameta projects",
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@qameta/prettier-config",
"private": false,
"version": "0.1.0",
"description": "Shared prettier config for Qameta projects",
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@qameta/tsconfig",
"private": false,
"version": "0.1.0",
"description": "Shared TSConfig for Qameta projects",
"author": "Qameta Software",
Expand Down

0 comments on commit 2be785b

Please sign in to comment.