Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
run: npm ci
- name: Build Package
run: npm run build
- name: Run Server
- name: Start Server
run: npm run server:start
- name: Run Tests
run: npm run test:ci
run: npm run test:run
- name: Stop Server
run: npm run server:stop
11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.DS_Store

/src/Bridge.ts
/tst-run/

# Logs
logs
*.log
Expand Down Expand Up @@ -102,9 +107,3 @@ dist

# TernJS port file
.tern-port

# MacOS
.DS_Store

# Test
tst-run/
Loading