Remove super annoying postinstall script

This commit is contained in:
Robert Schäfer 2018-11-03 16:52:49 +01:00
parent fb3d88f3d7
commit 29086ab7cf

View File

@ -5,7 +5,6 @@
"author": "Grzegorz Leoniec",
"private": true,
"scripts": {
"postinstall": "yarn styleguide:build",
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env node server/index.js",