Skip to content

Commit

Permalink
Merge branch 'main' into 16-session-in-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell authored Jan 23, 2024
2 parents 637f93d + 926b3bc commit ec5b9ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Tests in CI
name: Run Build and Tests

on: [push]
on: push

jobs:
test:
name: Run Build and Tests
runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- uses: actions/checkout@v2
- name: actions/setup-node@v1
- uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm run build
- run: npm test
18 changes: 0 additions & 18 deletions dist/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build": "npm run cp-package-json && npx tsc",
"start": "node dist/index.js",
"dev": "tsc-watch --onSuccess \"node dist/index.js\"",
"publish": "node dist/publish.js"
"publish": "node scripts/publish.js"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.

0 comments on commit ec5b9ff

Please sign in to comment.