Removed post install npm build task as no longer required

This commit is contained in:
Martin Donnelly 2020-05-04 11:05:08 +01:00
parent 7bd29df88a
commit fe957e7e50

View File

@ -4,8 +4,7 @@
"description": "Train Times Progressive Web App",
"main": "app.js",
"scripts": {
"prestart": "gulp default",
"postinstall": "gulp default"
},
"author": "",
"license": "ISC",