diff --git a/package.json b/package.json index 0d0a591880..5ba2dadeb6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "description": "A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction.", "scripts": { "docs": "cd docs && gitbook serve", - "docs:deploy": "bash ./deploy-docs.sh" + "docs:deploy": "sh ./deploy-docs.sh", + "test": "sh ./test.sh" }, "devDependencies": { "vue-cli": "^2.8.1" diff --git a/test.sh b/test.sh index 5f0d4f119d..0aa1d7ebdc 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,4 @@ +#!/bin/sh set -e yes "" | ./node_modules/.bin/vue init . test