Skip to content

Commit

Permalink
package fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-funk committed Oct 23, 2024
1 parent 3df7acf commit 1a4c1b2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@

name: Node.js Package

# on:
# release:
# types: [created]
on:
release:
types: [created]
push:
branches:
- main

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@bcgov:registry=https://npm.pkg.github.com
17 changes: 4 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nrs-ce-common-types",
"name": "@bcgov/nrs-ce-common-types",
"version": "1.0.7",
"description": "Common set of types and functions to be used over NRS projects",
"main": "dist/index.js",
Expand All @@ -13,5 +13,8 @@
"author": "Team Wolverine",
"license": "ISC",
"dependencies": {
},
"publishConfig": {
"@bcgov:registry": "https://npm.pkg.github.com"
}
}

0 comments on commit 1a4c1b2

Please sign in to comment.