Skip to content

Commit 277a9a3

Browse files
brianferrybennypowers
authored andcommitted
fix: adding new back into scripts and build:create
1 parent 7a0244d commit 277a9a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
"🐒-DEV": "❓ Development aids",
1515
"start": "wireit",
1616
"dev": "wireit",
17-
"new": "wireit",
1817
"🚧-BUILD": "❓ Make packages and artifacts",
1918
"build": "wireit",
19+
"build:create": "wireit",
2020
"analyze": "wireit",
2121
"docs": "wireit",
2222
"site": "npm run build",
23+
"new": "npm run build:create && ./tools/create-element/bin/main.js",
2324
"🧪-TEST": "❓ Test packages",
2425
"test": "wireit",
2526
"test:ci": "wireit",
@@ -38,7 +39,7 @@
3839
"patch": "patch-package",
3940
"husky": "npx husky install",
4041
"pr": "node scripts/open-pr.js"
41-
},
42+
},
4243
"wireit": {
4344
"postinstall": {
4445
"dependencies": [

0 commit comments

Comments
 (0)