Skip to content

Commit

Permalink
Merge pull request #21 from wsargent-emcins/wsargent/update-ts
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
wsargent-emcins authored Jun 7, 2024
2 parents 1e8b130 + a49cce3 commit 9bbcb79
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "build-install"

on:
workflow_dispatch: {}

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run all
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"js-yaml": "^3.13.1",
"prettier": "^1.19.1",
"ts-jest": "^29.1.4",
"typescript": "^3.6.4"
"typescript": "^4.9.5"
}
}

0 comments on commit 9bbcb79

Please sign in to comment.