Add build deps for data-plugin in CI
This commit is contained in:
parent
a0b0d37542
commit
cf9b51a76b
6
.github/workflows/jan-plugins.yml
vendored
6
.github/workflows/jan-plugins.yml
vendored
@ -88,7 +88,11 @@ jobs:
|
|||||||
do
|
do
|
||||||
echo $dir
|
echo $dir
|
||||||
cd $dir
|
cd $dir
|
||||||
npm install && npm run postinstall && ../../.github/scripts/auto-sign.sh
|
npm install
|
||||||
|
if [[ $dir == 'data-plugin' ]]; then
|
||||||
|
npm run build:deps
|
||||||
|
fi
|
||||||
|
npm run postinstall && ../../.github/scripts/auto-sign.sh
|
||||||
if [[ $GITHUB_EVENT_NAME == 'push' && $GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FULL_NAME != $GITHUB_REPOSITORY ]]; then
|
if [[ $GITHUB_EVENT_NAME == 'push' && $GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FULL_NAME != $GITHUB_REPOSITORY ]]; then
|
||||||
npm publish --access public
|
npm publish --access public
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user