forked from x64Bits/solid-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 821 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "solid-icons-monorepo",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"prepare": "husky install",
"icons:generate": "yarn workspace solid-icons run build",
"icons:web:generate": "yarn workspace solid-icons run build --web",
"icons:test": "yarn workspace solid-icons run test",
"web:build": "yarn workspace solid-icons-web run build",
"web:dev": "yarn workspace solid-icons-web run dev",
"astro:build": "yarn workspace astro-test run build",
"test:1.7": "yarn workspace test-solid-1.7 run dev",
"test:1.8": "yarn workspace test-solid-1.8 run dev",
"test:1.9": "yarn workspace test-solid-1.9 run dev",
"icons:publish": "yarn workspace solid-icons run publish",
"test:run": "yarn workspace solid-icons run test:run"
}
}