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 5209cfa commit 99e6ba5Copy full SHA for 99e6ba5
.chronus/changes/fix-create-2025-3-18-14-26-27.md
@@ -0,0 +1,7 @@
1
+---
2
+changeKind: internal
3
+packages:
4
+ - "@alloy-js/create"
5
6
+
7
+Fix build script
packages/create/package.json
@@ -1,11 +1,11 @@
{
"name": "@alloy-js/create",
- "version": "0.11.0",
+ "version": "0.11.1",
"description": "Create an Alloy project with npm init @alloy-js",
"main": "./dist/src/index.js",
"bin": "./dist/src/index.js",
"scripts": {
8
- "build": "alloy build",
+ "build": "node scripts/gen-deps.js && alloy build",
9
"clean": "rimraf dist/ .temp/",
10
"test": "vitest run",
11
"test:watch": "vitest -w",
0 commit comments