Skip to content

Commit 99e6ba5

Browse files
authored
Fix create (#123)
1 parent 5209cfa commit 99e6ba5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@alloy-js/create"
5+
---
6+
7+
Fix build script

packages/create/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@alloy-js/create",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Create an Alloy project with npm init @alloy-js",
55
"main": "./dist/src/index.js",
66
"bin": "./dist/src/index.js",
77
"scripts": {
8-
"build": "alloy build",
8+
"build": "node scripts/gen-deps.js && alloy build",
99
"clean": "rimraf dist/ .temp/",
1010
"test": "vitest run",
1111
"test:watch": "vitest -w",

0 commit comments

Comments
 (0)