File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 6969 - name : js
7070 working-directory : ./libxtracfg/js/xtracfg-native-binding
7171 run : |
72- npm ci
73- npm run prebuildify
74- npm run test
72+ npm --loglevel verbose ci --ignore-scripts
73+ npm --loglevel verbose run prebuildify
74+ npm --loglevel verbose run test
7575 - name : log3
7676 run : |
7777 ls -lR ./libxtracfg/js/xtracfg-native-binding/prebuilds
@@ -191,11 +191,9 @@ jobs:
191191 - name : publish-tag
192192 if : ${{ github.ref_type == 'tag' }}
193193 env :
194- DIST_TAG : ${{ github.ref_name == 'main' && 'next' || github.ref_name }}
195194 NPM_TOKEN : ${{ secrets.npm_rw_token }}
196195 run : |
197196 set -x
198- #npm run bump -- prerelease --build-metadata ${DIST_TAG} --preid ${DIST_TAG}
199197 npm ci --ignore-scripts
200198 npm run build
201199 npm run publish -- from-package
You can’t perform that action at this time.
0 commit comments