skillgrid 0.0.24-dev-31782-34252-avatar-and-badge.1146081 → 0.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillgrid",
3
- "version": "0.0.24-dev-31782-34252-avatar-and-badge.1146081",
3
+ "version": "0.0.24",
4
4
  "description": "Skillgrid Components Library",
5
5
  "keywords": [
6
6
  "react",
@@ -34,6 +34,7 @@
34
34
  "scripts": {
35
35
  "dev": "vite",
36
36
  "build": "vite build",
37
+ "build:watch": "vite build --watch",
37
38
  "type-check": "tsc",
38
39
  "format": "prettier --write .",
39
40
  "lint": "eslint . --ext .ts,.tsx",
@@ -54,7 +55,8 @@
54
55
  "docs:dev": "vitepress dev docs",
55
56
  "docs:build": "vitepress build docs",
56
57
  "docs:preview": "vitepress preview docs",
57
- "docs": "yarn docs:dev"
58
+ "docs": "yarn docs:dev",
59
+ "prepare": "husky"
58
60
  },
59
61
  "devDependencies": {
60
62
  "@eslint/js": "^9.25.0",
@@ -136,4 +138,4 @@
136
138
  "wrap-ansi": "7.0.0",
137
139
  "cliui": "7.0.4"
138
140
  }
139
- }
141
+ }