Skip to content

Commit 9880e1e

Browse files
committed
ci: fix build error
1 parent ef894a5 commit 9880e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"watch": "webpack --watch --config webpack/webpack.mjs",
2727
"build": "webpack --config webpack/webpack.mjs",
2828
"pack": "pnpm run prepublish && pnpm run pack-only",
29-
"prepublish": "pnpm run clean && pnpm run build-webpack && tsc",
29+
"prepublish": "pnpm run clean && pnpm run build && tsc",
3030
"pack-only": "pnpm pack",
3131
"clean": "shx rm -rf ./dist ./lib ./.ts-temp './*.tgz' './src/**/*.{d.ts,ts.map,js.map,js}'"
3232
},

0 commit comments

Comments
 (0)