Skip to content

Commit

Permalink
Build kol.js via prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed May 22, 2024
1 parent 148ad2c commit 89cca72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/oaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
run: yarn install --frozen-lockfile
- name: Generate prisma types
run: yarn workspace oaf run prisma generate
- name: Build kol.js
run: yarn workspace kol.js run build
- name: Run tests
run: yarn workspace oaf run test --pool=forks
- name: Run type check
Expand Down
3 changes: 2 additions & 1 deletion packages/kol.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"scripts": {
"build": "tsc",
"test": "vitest",
"format": "prettier --write ."
"format": "prettier --write .",
"prepack": "yarn run build"
},
"devDependencies": {
"prettier": "^3.2.5",
Expand Down

0 comments on commit 89cca72

Please sign in to comment.