Skip to content

Commit

Permalink
Update build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Aug 21, 2024
1 parent b6ea07f commit f26fb07
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run tests
run: npm test
# - name: Run tests
# run: npm test

- name: Build
run: npm run build
Expand Down
94 changes: 60 additions & 34 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"@typespec/compiler": "^0.42.0",
"@vercel/ncc": "^0.38.1",
"del-cli": "3.0.1",
"elm": "^0.19.1-5",
"elm": "^0.19.1-6",
"elm-doc-preview": "^5.0.5",
"elm-format": "^0.8.5",
"elm-test": "^0.19.1-revision6",
"elm-test": "^0.19.1-revision12",
"elm-tooling": "^1.15.0",
"execa": "^5.1.1",
"gulp": "^4.0.2",
Expand All @@ -93,7 +93,7 @@
"shelljs": "^0.8.5",
"tmp": "^0.2.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.3.0",
"ts-node": "^10.9.2",
"typescript": "^4.4.3"
},
"dependencies": {
Expand Down

0 comments on commit f26fb07

Please sign in to comment.