File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
run : sudo apt-get install -y build-essential libgl1-mesa-dri libglapi-mesa
26
26
libglew-dev libglu1-mesa-dev libosmesa6
27
27
libxi-dev mesa-utils pkg-config
28
- - run : npm ci
28
+ - run : npm ci --ignore-scripts
29
29
- run : npm run build --if-present
30
30
- if : runner.os == 'Linux'
31
31
run : xvfb-run npm test
Original file line number Diff line number Diff line change 29
29
run : sudo apt-get install -y build-essential libgl1-mesa-dri libglapi-mesa
30
30
libglew-dev libglu1-mesa-dev libosmesa6
31
31
libxi-dev mesa-utils pkg-config
32
- - run : npm ci
32
+ - run : npm ci --ignore-scripts
33
33
- name : Prebuild and Publish
34
34
shell : bash
35
35
run : node ./node_modules/prebuild/bin.js -t ${{ matrix.target }} --strip --include-regex "\.(node|dll)$" -u ${{ secrets.GITHUB_TOKEN }} --verbose
59
59
node-version : ' 22.x'
60
60
registry-url : ' https://registry.npmjs.org'
61
61
cache : ' npm'
62
- - run : npm ci
62
+ - run : npm ci --ignore-scripts
63
63
- run : npm publish --provenance --access public
64
64
env :
65
65
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments