Skip to content

Commit fd93a27

Browse files
author
Peter Richter
authored
Update package.json
1 parent 2df4efa commit fd93a27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

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

0 commit comments

Comments
 (0)