Skip to content

Commit

Permalink
Fix for npm publish.... (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
legteodav authored Feb 4, 2021
1 parent d311985 commit 26d0699
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion plugins/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
public/*/plugin.js
public/*/plugin.js
oidc-client.min.js
2 changes: 0 additions & 2 deletions plugins/auth/public/auth-oidc/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/npmPublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ if ( prepublishCheck "plugins/auth/public/auth-oauth2" ); then
publishPackage "plugins" "plugins/auth/public/auth-oauth2"
fi
if ( prepublishCheck "plugins/auth/public/auth-oidc" ); then
checkRequiredFiles "plugins/auth/public/auth-oidc" "plugin.js" "plugin-ie11.js" "README.md"
checkRequiredFiles "plugins/auth/public/auth-oidc" "plugin.js" "plugin-ie11.js" "oidc-client.min.js" "README.md"
publishPackage "plugins" "plugins/auth/public/auth-oidc"
fi

Expand Down

0 comments on commit 26d0699

Please sign in to comment.