Skip to content

Commit 42d7f71

Browse files
authored
Fix broken build due to the package was not build before publish (#17)
1 parent b166230 commit 42d7f71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easy-promise-queue",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"engines": {
55
"node": ">=8.0.0"
66
},
@@ -9,7 +9,8 @@
99
"types": "dist/PromiseQueue.d.ts",
1010
"scripts": {
1111
"test": "jest",
12-
"build": "tsc --declaration"
12+
"build": "tsc --declaration",
13+
"prepublishOnly:": "npm build"
1314
},
1415
"author": "[email protected]",
1516
"license": "MIT",

0 commit comments

Comments
 (0)