Skip to content

Commit d2fe624

Browse files
Added prod workflow
1 parent 6f5f98e commit d2fe624

File tree

5 files changed

+453
-108
lines changed

5 files changed

+453
-108
lines changed

.github/workflows/tsc.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
uses: actions/setup-node@v1
1717
with:
1818
node-version: 18.4.0
19-
- name: yarn install
20-
run: yarn install
21-
- name: tsc
19+
- name: npm install
20+
run: npm install
21+
- name: build
2222
uses: iCrawl/action-tsc@v1
23+
run: npm run build

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules
22
*.js
33
*.js.map
4-
!*.config.js
4+
!*config*.js

0 commit comments

Comments
 (0)