Skip to content

Commit 560d585

Browse files
authored
fix: release kit build (#2)
1 parent 6b53b20 commit 560d585

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm install
2222

2323
- name: Build library
24-
run: npm run build:ngverse
24+
run: npm run build:kit
2525

2626
- name: Run semantic-release
2727
env:

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
npx lint-staged
22
npm run format:check
33
npm run lint
4-
npx ng test --no-watch --no-progress --browsers=ChromeHeadless --project=ngverse
4+
npx ng test --no-watch --no-progress --browsers=ChromeHeadless --project=kit

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"format:write": "prettier --write .",
2020
"semantic-release": "semantic-release",
2121
"serve:ssr:docs": "node dist/docs/server/server.mjs",
22+
"build:kit": "ng build --project=kit",
2223
"build:docs": "ng build --project=docs",
2324
"check:docs": "npm run build:docs && ng lint docs && npm run format:check",
2425
"check:kit": "ng lint kit && npm run format:check && ng test --no-watch --no-progress --browsers=ChromeHeadless --project=kit && ng build --project=kit",

0 commit comments

Comments
 (0)