Skip to content

Commit 0cc3efb

Browse files
author
Cyrille Bourgois
committed
fix(overthebox): add prepare script
1 parent 9d8498f commit 0cc3efb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/manager-overthebox/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"main": "./dist/cjs/index.js",
99
"scripts": {
1010
"build": "rollup -c",
11-
"dev": "rollup -c --watch"
11+
"dev": "rollup -c --watch",
12+
"prepare": "yarn run build"
1213
},
1314
"browser": "./dist/umd/index.js",
1415
"dependencies": {

0 commit comments

Comments
 (0)