File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 88 types : [created]
99
1010jobs :
11- build :
12- runs-on : ubuntu-latest
13- steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-node@v1
16- with :
17- node-version : 12
18- - run : npm ci
19- - run : npm test
20- - run : npm run build
21-
2211 publish-npm :
23- needs : build
2412 runs-on : ubuntu-latest
2513 steps :
2614 - uses : actions/checkout@v2
2715 - uses : actions/setup-node@v1
2816 with :
2917 node-version : 12
3018 registry-url : https://registry.npmjs.org/
31- - run : npm ci
3219 - run : npm run build
3320 - run : npm publish
3421 env :
Original file line number Diff line number Diff line change 11{
22 "name" : " whmcs-node" ,
3- "version" : " 1.0.7 " ,
3+ "version" : " 1.0.8 " ,
44 "description" : " " ,
55 "main" : " dist/index.js" ,
6+ "types" : " dist/index.d.ts" ,
67 "scripts" : {
78 "build" : " tsc"
89 },
You can’t perform that action at this time.
0 commit comments