diff --git a/package.json b/package.json new file mode 100644 index 00000000..8a4ab1ee --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "github-pages-deploy-action", + "description": "GitHub action for building a project and deploying it to GitHub pages.", + "license": "MIT", + "repository": "https://github.com/JamesIves/github-pages-deploy-action", + "scripts": { + "integrationTest": "mkdir test/build && cp test/image.jpg test/build/image.jpg && cp test/index.html test/build/index.html" + } +} \ No newline at end of file diff --git a/test/package.json b/test/package.json deleted file mode 100644 index f0862a3e..00000000 --- a/test/package.json +++ /dev/null @@ -1,11 +0,0 @@ - -{ - "name": "github-pages-deploy-action-test", - "description": "Integration Test for the GitHub Pages Deploy Action", - "license": "MIT", - "version": "0.0.0", - "repository": "", - "scripts": { - "build": "mkdir build && cp image.jpg ./build/image.jpg && cp index.html ./build/index.html" - } -} \ No newline at end of file