Skip to content

Commit

Permalink
fix: try to get package scopes working
Browse files Browse the repository at this point in the history
TESTING=none
  • Loading branch information
prm-dan committed Jan 11, 2021
1 parent 6012b24 commit 99b6482
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
always-auth: true
node-version: 12
registry-url: "https://npm.pkg.github.com/promotedai"
registry-url: "https://npm.pkg.github.com"
scope: "@promotedai"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "impression-tracker-react-hook",
"name": "@promotedai/impression-tracker-react-hook",
"version": "1.0.0",
"description": "Project template for a React library",
"main": "impression-tracker-react-hook.umd.js",
Expand Down

0 comments on commit 99b6482

Please sign in to comment.