- Add @timesafari/daily-notification-plugin dependency from private Gitea repo - Configure .npmrc to be ignored by git to protect authentication tokens - Remove .npmrc from version control (contains sensitive Gitea token) - Update package-lock.json with new dependency The plugin is installed via git URL and automatically builds during npm install thanks to the prepare script in the plugin repository. Installation requires Gitea personal access token configured in local .npmrc file.
9 lines
160 B
Bash
9 lines
160 B
Bash
echo "husky - DEPRECATED
|
|
|
|
Please remove the following two lines from $0:
|
|
|
|
#!/usr/bin/env sh
|
|
. \"\$(dirname -- \"\$0\")/_/husky.sh\"
|
|
|
|
They WILL FAIL in v10.0.0
|
|
" |