Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski committed Mar 15, 2024
1 parent 564bde7 commit 1e96231
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
node-version: 20
cache: npm
- uses: google/wireit@setup-github-actions-caching/v1
- run: npm ci
- run: npm ci -v
- run: npm run build
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
"wireit": {
"build": {
"command": "tsc hello.ts",
"files": ["hello.ts"],
"output": ["hello.js"]
"files": [
"hello.ts"
],
"output": [
"hello.js"
]
}
},
"author": "",
Expand Down

0 comments on commit 1e96231

Please sign in to comment.