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 1
1
# Changelog
2
2
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
+
3
19
## v0.11.9...main
4
20
5
21
[ compare changes] ( https://github.com/nuxt/scripts/compare/v0.11.9...main )
Original file line number Diff line number Diff line change 43
43
"build" : " pnpm dev:prepare && pnpm prepack" ,
44
44
"client:build" : " nuxi generate client" ,
45
45
"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" ,
47
47
"dev" : " nuxi dev playground" ,
48
48
"dev:ssl" : " nuxi dev playground --https" ,
49
49
"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