Skip to content

Commit 99d3d87

Browse files
author
Peter Richter
authored
Update package.json
1 parent fd93a27 commit 99d3d87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"scripts": {
4646
"lint": "eslint ./src ./tests",
4747
"test": "mocha --compilers js:babel-register ./tests/**/*.js",
48-
"install": "npm install",
49-
"postinstall": "babel ./src --out-dir ./dist",
48+
"postinstall": "npm install --ignore-scripts && babel ./src --out-dir ./dist",
5049
"build": "babel ./src --out-dir ./dist"
5150
}
5251
}

0 commit comments

Comments
 (0)