Skip to content

Commit

Permalink
Make lerna publish again! (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: mintbaseteam <[email protected]>
  • Loading branch information
tifrel and mintbaseteam authored Jul 12, 2023
1 parent acf9265 commit 4e12d45
Show file tree
Hide file tree
Showing 14 changed files with 5,719 additions and 6,888 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/branch-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
run: |
echo NEAR_NETWORK=testnet >> .env
echo NFT_CONTRACT_ID=default_contract >> .env
npm i
npm run bootstrap
npm ci
npm run lint
npm run build
npm run test
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
run: |
echo NEAR_NETWORK=testnet >> .env
echo NFT_CONTRACT_ID=default_contract >> .env
npm i
npm run bootstrap
npm ci
npm run lint
npm run build
npm run test
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"version": "0.4.0-beta.5",
"version": "0.4.0-make-lerna-publish-again-61df299.0",
"packages": [
"packages/*"
]
Expand Down
Loading

0 comments on commit 4e12d45

Please sign in to comment.