From 8524599e3887131c222002ff75879e61716c0884 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 10 Jan 2017 14:00:21 +0000 Subject: [PATCH] Dont build on postinstall --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ce2a79..c2204e1 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,9 @@ "version": "4.0.0", "description": " Source code for TheOrangeOne.net", "scripts": { - "postinstall": "npm run create-build-dirs && npm run copy-fonts && npm run build", + "postinstall": "npm run create-build-dirs && npm run copy-fonts", "create-build-dirs": "mkdir -p theme/static/build/js/lib theme/static/build/fonts theme/static/build/css theme/static/build/img", "copy-fonts": "cp -R node_modules/font-awesome/fonts theme/static/build/", - "build": "npm run build-scss && npm run build-js", "build-js": "./scripts/build-js.sh", "build-scss": "./scripts/build-scss.sh" },