File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 55 types : [created]
66
77jobs :
8- build :
9- runs-on : ubuntu-latest
10- steps :
11- - uses : actions/checkout@v2
12- - uses : actions/setup-node@v1
13- with :
14- node-version : 12
15- - run : npm install --dev
16- - run : npm run-script build
17-
188 publish-npm :
199 needs : build
2010 runs-on : ubuntu-latest
2515 node-version : 12
2616 registry-url : https://registry.npmjs.org/
2717 - run : npm ci
18+ - run : npm run-script build
2819 - run : npm publish --access=public
2920 env :
3021 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 11{
22 "name" : " @kotify/frappe-charts" ,
3- "version" : " 1.4.1k3 " ,
3+ "version" : " 1.4.1k4 " ,
44 "description" : " https://github.com/kotify/charts" ,
55 "main" : " dist/kotify-charts.min.cjs.js" ,
66 "module" : " dist/kotify-charts.min.esm.js" ,
You can’t perform that action at this time.
0 commit comments