Skip to content

Commit

Permalink
add .github/workflows/ci/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 11, 2024
1 parent ae3f558 commit 2b96b82
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 35 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules/
15 changes: 15 additions & 0 deletions .github/workflows/ci/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "ci",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"typescript": "^5.6.2"
}
}
83 changes: 48 additions & 35 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ packages:
- 'examples/*'
- 'test/*'
- 'test-deprecated-design/*'
- '.github/workflows/ci'

0 comments on commit 2b96b82

Please sign in to comment.