Package Placement

This commit is contained in:
James Ives 2019-08-26 11:45:48 -04:00
parent 7b4197087b
commit 9b9f067a82
2 changed files with 9 additions and 11 deletions

9
package.json Normal file
View File

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

View File

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