Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
chore: make packages public
Browse files Browse the repository at this point in the history
  • Loading branch information
batrdn committed Feb 29, 2024
1 parent 999f979 commit 9fcdc98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Release packages
run: npx nx release --skip-publish
- name: Publish packages
run: npx nx release publish -- --access=public
run: npx nx release publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@mocking-bird/core",
"version": "1.0.0",
"private": false,
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "nx test @mocking-bird/core"
Expand Down
1 change: 1 addition & 0 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@mocking-bird/mongoose",
"version": "1.0.0",
"private": false,
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "nx test @mocking-bird/mongoose"
Expand Down

0 comments on commit 9fcdc98

Please sign in to comment.