We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0244d commit 277a9a3Copy full SHA for 277a9a3
package.json
@@ -14,12 +14,13 @@
14
"🐒-DEV": "❓ Development aids",
15
"start": "wireit",
16
"dev": "wireit",
17
- "new": "wireit",
18
"🚧-BUILD": "❓ Make packages and artifacts",
19
"build": "wireit",
+ "build:create": "wireit",
20
"analyze": "wireit",
21
"docs": "wireit",
22
"site": "npm run build",
23
+ "new": "npm run build:create && ./tools/create-element/bin/main.js",
24
"🧪-TEST": "❓ Test packages",
25
"test": "wireit",
26
"test:ci": "wireit",
@@ -38,7 +39,7 @@
38
39
"patch": "patch-package",
40
"husky": "npx husky install",
41
"pr": "node scripts/open-pr.js"
- },
42
+ },
43
"wireit": {
44
"postinstall": {
45
"dependencies": [
0 commit comments