diff --git a/package.json b/package.json index a8130c9ae..925c1f2af 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "@unraid/graphql-api", - "version": "1.0.0", + "version": "1.0.1", "main": "index.js", "repository": "git@github.com:unraid/graphql-api.git", "author": "Alexis Tyler (https://wvvw.me/)", "license": "UNLICENSED", "scripts": { - "dev": "STATES_CWD=$(pwd)/../core/test/fixtures/states CORE_CWD=$(pwd)/../core/ PLUGINS_CWD=$(pwd)/../plugins/ nodemon -e js,graphql --signal SIGINT index.js" + "dev": "STATES_CWD=$(pwd)/../core/test/fixtures/states CORE_CWD=$(pwd)/../core/ PLUGINS_CWD=$(pwd)/../plugins/ nodemon -e js,graphql --signal SIGINT index.js", + "test": "exit 0" }, "dependencies": { "@unraid/core": "unraid/core#2c9580c", @@ -58,4 +59,4 @@ "stoppable", "subscriptions-transport-ws" ] -} \ No newline at end of file +}