Skip to content

Commit f3bf6b2

Browse files
committed
testing github action
1 parent 87015c0 commit f3bf6b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+17
-2916
lines changed

.github/workflows/node.js.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Node.js Build
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v5
10+
- name: Use Node.js
11+
uses: actions/setup-node@v6
12+
with:
13+
node-version: 'latest'
14+
- run: npm install
15+
- run: npm run build --if-present

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
2+
dist
23
package-lock.json
3-
test.js
4+
test.js

dist/components/Manager.d.ts

Lines changed: 0 additions & 45 deletions
This file was deleted.

dist/components/Manager.js

Lines changed: 0 additions & 115 deletions
This file was deleted.

dist/components/Manager.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/components/Match.d.ts

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)