Skip to content

Commit 6b830d7

Browse files
committed
Integrated typescript completely
1 parent 54a34df commit 6b830d7

File tree

5 files changed

+191
-239
lines changed

5 files changed

+191
-239
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ jobs:
1515
with:
1616
node-version: 12
1717
- run: npm ci
18-
- run: npm run format
1918
- run: npm run build

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
test.js
3-
test.md
3+
test.md
4+
build

0 commit comments

Comments
 (0)