Skip to content

Commit 5b79f2c

Browse files
author
Justin Kimbrell
committed
chore: updated prebuild command
1 parent 33109f0 commit 5b79f2c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/master.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
uses: actions/configure-pages@v4
4545
- name: Install dependencies
4646
run: pnpm install --frozen-lockfile
47+
- name: Run tests
48+
run: pnpm vitest run --coverage
4749
- name: Build
4850
run: pnpm build
4951
- name: Upload coverage reports to Codecov

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flipclock",
3-
"version": "1.0.1",
3+
"version": "1.0.0",
44
"description": "A full featured, themeable, type safe, and well tested library for clocks, timers, counters, and flipboards.",
55
"license": "MIT",
66
"author": "objectivehtml",
@@ -44,7 +44,6 @@
4444
"scripts": {
4545
"dev": "vite serve dev",
4646
"build": "vite build",
47-
"prebuild": "pnpm vitest --coverage",
4847
"postbuild": "pnpm tsup && pnpm extract-types && pnpm docs:build",
4948
"tsup": "tsup --dts-only",
5049
"test": "vitest",
@@ -105,9 +104,6 @@
105104
"ts-morph": "^26.0.0",
106105
"tsup": "^8.5.0",
107106
"tsup-preset-solid": "^2.2.0",
108-
"typedoc": "^0.28.10",
109-
"typedoc-plugin-markdown": "^4.8.1",
110-
"typedoc-vitepress-theme": "^1.1.2",
111107
"typescript": "^5.9.2",
112108
"vite": "^7.1.3",
113109
"vite-plugin-dts": "^4.5.4",

0 commit comments

Comments
 (0)