Skip to content

Commit 6b9d182

Browse files
author
Peter Richter
authored
Update package.json
1 parent 6942cec commit 6b9d182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"scripts": {
4646
"lint": "eslint ./src ./tests",
4747
"test": "mocha --compilers js:babel-register ./tests/**/*.js",
48-
"postinstall": "babel ./src --out-dir ./dist",
48+
"postinstall": "install && babel ./src --out-dir ./dist",
4949
"build": "babel ./src --out-dir ./dist"
5050
}
5151
}

0 commit comments

Comments
 (0)