Skip to content

Commit

Permalink
fix(ci): include some GH package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Mar 17, 2024
1 parent 9f61219 commit 0ab95f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Node.js Package

on:
workflow_dispatch:
release:
types: [created]

Expand Down
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
tests
*
!lib
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@jenspots:registry=https://npm.pkg.github.com
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-utils-processor-ts",
"version": "0.0.1",
"name": "@jenspots/http-utils-processor-ts",
"version": "0.0.1-alpha.1",
"description": "HTTP util functions to be used within the Connector Architecture",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 0ab95f7

Please sign in to comment.