Skip to content

Commit

Permalink
Merge pull request #4 from stevemorland/main
Browse files Browse the repository at this point in the history
various
  • Loading branch information
stevemorland authored Dec 4, 2023
2 parents 43aa016 + fe8d93d commit ce0bdd8
Show file tree
Hide file tree
Showing 5 changed files with 9,110 additions and 2,905 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: Node.js Package
# name: Node.js Package

on:
release:
types: [created]
# on:
# release:
# types: [created]

jobs:
publish-gpr:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm i
- run: npm run build
- run: npm run client:i
- run: npm run client:build
- run: npm run client:copy
- run: npm run cli:build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
# jobs:
# publish-gpr:
# runs-on: ubuntu-latest
# permissions:
# packages: write
# contents: read
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: 16
# registry-url: https://npm.pkg.github.com/
# - run: npm i
# - run: npm run build
# - run: npm run client:i
# - run: npm run client:build
# - run: npm run client:copy
# - run: npm run cli:build
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*


lib
app
cli
Loading

0 comments on commit ce0bdd8

Please sign in to comment.