Skip to content

Commit 3ceda65

Browse files
authored
(fix): Add a prepare script
Closes #67 adding a `prepare` script will ensure that `yarn build` will run before publishing the package.
1 parent f5bd298 commit 3ceda65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
8+
"prepare": "yarn build",
89
"build": "tsc",
910
"test": "jest",
1011
"lint": "eslint src/**/*.ts",

0 commit comments

Comments
 (0)