Skip to content

Commit 9d5ffc2

Browse files
authored
Merge pull request #3 from troberts-28/patch-v1.1.2
πŸ§‘β€πŸ’» update release workflow to rebuild project before release
2 parents 5de8bc7 + 817a460 commit 9d5ffc2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
with:
1717
node-version: 16
1818
registry-url: https://registry.npmjs.org
19-
- name: Install dependencies
20-
run: yarn install
19+
- name: Build project
20+
run: yarn build
2121
- name: Release
2222
run: npm publish
2323
env:

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/troberts-28"
77
},
88
"license": "MIT",
9-
"version": "1.1.1",
9+
"version": "1.1.2",
1010
"main": "dist/index.js",
1111
"types": "dist/index.d.ts",
1212
"scripts": {
@@ -31,7 +31,6 @@
3131
"registry": "https://registry.npmjs.org/"
3232
},
3333
"files": [
34-
"index.ts",
3534
"dist",
3635
"package.json",
3736
"README.md",

β€Žtsconfig.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"exclude": [
1313
"example/*",
1414
"dist/*",
15+
"src/tests*"
1516
]
1617
}

0 commit comments

Comments
Β (0)