Skip to content

Commit 13fff51

Browse files
committed
#237 Remove tsc in build step
1 parent 4b10e2a commit 13fff51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
# This is needed when playwright is used in tests #70
4444
- run: pnpm lint-fix
4545
- run: pnpm build
46+
- run: pnpm typecheck
4647
# Mayb we can do without these?
4748
# - run: npx playwright install-deps
4849
# - run: npx playwright install

data-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"url": "https://github.com/atomicdata-dev/atomic-data-browser/"
5858
},
5959
"scripts": {
60-
"build": "tsc && vite build",
60+
"build": "vite build",
6161
"deploy": "gh-pages -d build",
6262
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
6363
"lint-fix": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix",

0 commit comments

Comments
 (0)