Skip to content

Commit

Permalink
Merge pull request #371 from amplication/chore/add-deployment-codespaces
Browse files Browse the repository at this point in the history
chore(codespaces): add configuration for package publishing
  • Loading branch information
overbit authored May 8, 2024
2 parents 64b24c4 + 969c6d4 commit b356f34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/devcontainer-github-codespaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplication/plugin-devcontainer-github-codespaces",
"version": "1.0.0",
"version": "1.0.1",
"description": "Quickly setup your GitHub codespaces configuration for your Amplication app",
"main": "dist/index.js",
"nx": {},
Expand Down Expand Up @@ -53,4 +53,4 @@
],
"testEnvironment": "node"
}
}
}
3 changes: 2 additions & 1 deletion plugins/devcontainer-github-codespaces/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"targets": {
"lint": {}
"lint": {},
"npm:publish": {}
}
}

0 comments on commit b356f34

Please sign in to comment.