Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CU-86a0uwqwy - For neon-dappkit and wcsdk: Folders /dist and /docs sh… #18

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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