Skip to content

Commit 77f0f80

Browse files
committed
Minor fix
1 parent 8c9be0f commit 77f0f80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"eslint": ">=6.1.0"
3030
},
3131
"scripts": {
32+
"postinstall": "node_modules/.bin/babel src --out-dir lib --copy-files --loose-mode",
3233
"build": "node_modules/.bin/babel src --out-dir lib --copy-files --loose-mode",
3334
"prepublishOnly": "npm run build"
3435
}

0 commit comments

Comments
 (0)