Skip to content

Commit 3e6fc59

Browse files
committed
chore: broken release script
1 parent d5dc68b commit 3e6fc59

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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",

0 commit comments

Comments
 (0)