Skip to content

Commit 70f199e

Browse files
update
1 parent 373ebdd commit 70f199e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const start = async () => {
127127
process.exit(0);
128128
};
129129

130-
// start();
130+
start();
131131

132132
// buildCore();
133133

@@ -137,6 +137,6 @@ const start = async () => {
137137

138138
// buildShiki();
139139

140-
buildCli();
140+
// buildCli();
141141

142142
// buildSvelte();

0 commit comments

Comments
 (0)