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" },