From d4cfc32c8da4d7f4ecad36f234f29c6f6fc4b856 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 30 Sep 2016 19:10:56 -0700 Subject: [PATCH] re-order scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4f00eeed..374be04a 100644 --- a/package.json +++ b/package.json @@ -96,13 +96,13 @@ "scripts": { "build": "buble src --output build", "clean": "node ./bin/clean.js", + "gh-release": "gh-release", + "integration-test": "npm run build && node ./test", "open-config": "node ./bin/open-config.js", "package": "node ./bin/package.js", "prepublish": "npm run build", "start": "npm run build && electron .", - "integration-test": "npm run build && node ./test", "test": "standard && depcheck --ignores=buble,nodemon,gh-release --ignore-dirs=build,dist && node ./bin/extra-lint.js", - "gh-release": "gh-release", "update-authors": "./bin/update-authors.sh", "watch": "nodemon --exec \"npm run start\" --ext js,pug,css --ignore build/ --ignore dist/" }