File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - uses : actions/setup-node@v2
1313 with :
1414 node-version : ' 14'
15- - run : npm install
15+ - run : npm install --ignore-scripts
1616 - run : npm run prebuild
1717 - uses : actions/upload-artifact@v2
1818 with :
2525 - uses : actions/setup-node@v2
2626 with :
2727 node-version : ' 14'
28- - run : npm install
28+ - run : npm install --ignore-scripts
2929 - run : npm run prebuild
3030 - uses : actions/upload-artifact@v2
3131 with :
4444 with :
4545 path : prebuilds/
4646 - run : ls -R
47- - run : npm publish
47+ - run : npm publish --dry-run
4848 env :
4949 NODE_AUTH_TOKEN : ${{ secrets.npm_token }}
Original file line number Diff line number Diff line change 1+ .github /
2+ .vscode /
3+ build /
4+ node_modules /
5+ test /
Original file line number Diff line number Diff line change 55 "name" : " kaih2o" ,
66 "url" : " https://github.com/2kai2kai2"
77 },
8- "version" : " 1.0.11 " ,
8+ "version" : " 1.0.12 " ,
99 "keywords" : [
1010 " process" ,
1111 " processes" ,
You can’t perform that action at this time.
0 commit comments