Skip to content

Commit

Permalink
#build-minor: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Dec 4, 2024
1 parent b69d9bc commit 73454fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/github-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
node-version: 22
registry-url: https://npm.pkg.github.com/
scope: "@openaip"
# IMPORTANT use "npm install" to also include dev-dependencies which are required for running tests
- run: npm install
name: Install packages
env:
Expand All @@ -26,14 +25,12 @@ jobs:
needs: run-tests
runs-on: ubuntu-22.04
steps:
# IMPORTANT initiates another checkout which essentially resets the working directory
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 22
registry-url: https://npm.pkg.github.com/
scope: "@openaip"
# IMPORTANT building requires dev-dependencies to be installed
- run: npm install
env:
NODE_AUTH_TOKEN: ${{secrets.GHPR_NPM_TOKEN}}
Expand Down
21 changes: 6 additions & 15 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
.vscode/
coverage/
tests/
.github/
node_modules/
.tools-versions
.redeploy_commit.sh
vite.config.js
tsconfig.json
.npmrc
.npmignore
.gitignore
.gitattributes
buildcache
tsconfig.tsbuildinfo
*
!dist/
!package.json
!package-lock.json
!license.txt
!README.md
3 changes: 0 additions & 3 deletions index.js

This file was deleted.

0 comments on commit 73454fa

Please sign in to comment.