File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.11.10...main
4+
5+ [ compare changes] ( https://github.com/nuxt/scripts/compare/v0.11.10...main )
6+
7+ ### 🏡 Chore
8+
9+ - NPM trusted publishing ([ b785b61] ( https://github.com/nuxt/scripts/commit/b785b61 ) )
10+ - Sync changelog ([ 032f73c] ( https://github.com/nuxt/scripts/commit/032f73c ) )
11+ - Bump deps ([ abfa89e] ( https://github.com/nuxt/scripts/commit/abfa89e ) )
12+ - Sync lock ([ f26b0a2] ( https://github.com/nuxt/scripts/commit/f26b0a2 ) )
13+ - Broken release script ([ c79c45a] ( https://github.com/nuxt/scripts/commit/c79c45a ) )
14+
15+ ### ❤️ Contributors
16+
17+ - Harlan Wilton ([ @harlan-zw ] ( https://github.com/harlan-zw ) )
18+
319## v0.11.9...main
420
521[ compare changes] ( https://github.com/nuxt/scripts/compare/v0.11.9...main )
Original file line number Diff line number Diff line change 4343 "build" : " pnpm dev:prepare && pnpm prepack" ,
4444 "client:build" : " nuxi generate client" ,
4545 "client:dev" : " nuxi dev client --port 3300" ,
46- "prepack" : " nuxt-module-build build && npm run client:build" ,
46+ "prepack" : " pnpm dev:prepare && nuxt-module-build build && npm run client:build" ,
4747 "dev" : " nuxi dev playground" ,
4848 "dev:ssl" : " nuxi dev playground --https" ,
4949 "prepare:fixtures" : " nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/cdn && nuxi prepare test/fixtures/extend-registry" ,
You can’t perform that action at this time.
0 commit comments