Skip to content

Commit

Permalink
fix(package.json): remove preinstall (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell authored Nov 12, 2018
1 parent 69aaf30 commit 3ab0d35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
"docs": "mkdocs build",
"font": "node tools/run icon-font",
"lint": "eslint ./src --ext .js || true",
"preinstall": "git submodule update --init --recursive",
"semantic-release": "semantic-release",
"start": "yarn build:vendor && webpack-dev-server --mode development --open --config tools/webpack.config",
"test": "yarn build",
Expand Down

0 comments on commit 3ab0d35

Please sign in to comment.