Skip to content

Commit a2ed2c3

Browse files
committed
Auto stash before merge of "master" and "github/master"
1 parent 5b31ede commit a2ed2c3

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,14 @@ on:
88
types: [created]
99

1010
jobs:
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:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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
},

0 commit comments

Comments
 (0)