Skip to content

Commit e3a6682

Browse files
committed
fix: perform build before publish
1 parent fd07714 commit e3a6682

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 0.3.2
4+
- fix: perform build before publish!
5+
36
### 0.3.1
47

58
- fix: config.unleashAppName should default to unleashAppName

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"build": "tsc --pretty",
88
"example": "npm run build && node example",
99
"lint": "eslint ./src",
10-
"test": "jest"
10+
"test": "jest",
11+
"prepare": "npm run build"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)