File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2020 node-version : 18
2121 cache : ' yarn'
2222 registry-url : ' https://registry.npmjs.org'
23- scope : ' @hawapi'
2423
2524 - name : Install dependencies
2625 run : yarn install
Original file line number Diff line number Diff line change 5252 "build" : " yarn clear && rollup --config ./rollup.config.mjs && yarn build:types" ,
5353 "build:doc" : " typedoc src/index.ts" ,
5454 "build:types" : " yarn tsc -p tsconfig.bundle.json" ,
55- "publish" : " yarn lint && yarn test && yarn build && yarn publish --non-interactive --access public" ,
55+ "publish" : " yarn lint && yarn test && yarn build && npm publish --access public" ,
5656 "publish:dry" : " yarn lint && yarn test && yarn build" ,
5757 "publish:dry-wot" : " yarn lint && yarn build"
5858 },
You can’t perform that action at this time.
0 commit comments