Skip to content

Commit

Permalink
CU-86a0uwqwy - For neon-dappkit and wcsdk: Folders /dist and /docs sh…
Browse files Browse the repository at this point in the history
…ouldn't be commited
  • Loading branch information
Leonardo de Jesus Diz Conde committed Sep 29, 2023
1 parent 3ee0843 commit fdf3f87
Show file tree
Hide file tree
Showing 109 changed files with 30 additions and 14,180 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
environment: release
permissions:
contents: write
pages: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -36,6 +38,12 @@ jobs:
run: rush rebuild
- name: Publish Projects
run: rush publish --apply --target-branch main --publish --npm-auth-token ${{ secrets.NPM_TOKEN }} --add-commit-details --include-all
- name: Upload Docs on Github Pages
uses: actions/upload-pages-artifact@v2
with:
path: './packages/neon-dappkit-types/docs'
- name: Deploy Docs GitHub Pages
uses: actions/deploy-pages@v2
- name: Commit and Push package.json version update
run: |
git add .
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ bower_components

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
/packages/*/dist/
/packages/*/docs/

# Dependency directories
node_modules/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/neon-dappkit-types",
"comment": "",
"type": "none"
}
],
"packageName": "@cityofzion/neon-dappkit-types"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/neon-dappkit",
"comment": "",
"type": "none"
}
],
"packageName": "@cityofzion/neon-dappkit"
}
69 changes: 0 additions & 69 deletions packages/neon-dappkit-types/dist/Neo3EventListener.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/neon-dappkit-types/dist/Neo3EventListener.js

This file was deleted.

Loading

0 comments on commit fdf3f87

Please sign in to comment.