Skip to content

Commit 588ec00

Browse files
committed
pnpm v11
1 parent adea5c9 commit 588ec00

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"e2e": "playwright test",
1414
"clean": "rm -rf dist/",
1515
"build-lib": "pnpm clean && pnpm build-natural && pnpm build-natural-editor",
16-
"build-natural": "ng build natural && cp -rv README.md dist/natural/ && esbuild projects/natural/bin/i18n-check.mts --outfile=dist/natural/bin/i18n-check.mjs && cd dist/natural && pnpm version `git describe --tags --always`",
17-
"build-natural-editor": "ng build natural-editor && cd dist/natural-editor && pnpm version `git describe --tags --always`",
16+
"build-natural": "ng build natural && cp -rv README.md dist/natural/ && esbuild projects/natural/bin/i18n-check.mts --outfile=dist/natural/bin/i18n-check.mjs && cd dist/natural && pnpm version --no-git-checks --no-git-tag-version `git describe --tags --always`",
17+
"build-natural-editor": "ng build natural-editor && cd dist/natural-editor && pnpm version --no-git-checks --no-git-tag-version `git describe --tags --always`",
1818
"build-demo": "pnpm build-natural && pnpm build-natural-editor && ng build demo --aot --base-href /natural-demo/ && cp dist/demo/browser/index.html dist/demo/browser/404.html",
1919
"serve-demo": "echo '💡 open http://localhost:8000/natural/' && mkdir -p dist/server && ln -fs ../demo/browser dist/server/natural && php -S localhost:8000 -t dist/server/",
2020
"relink": "cd dist/natural && (pnpm unlink ; pnpm link) && cd ../natural-editor && (pnpm unlink ; pnpm link)",
2121
"prettier": "./node_modules/.bin/prettier --experimental-cli --write ."
2222
},
2323
"private": true,
24-
"packageManager": "pnpm@10.33.0",
24+
"packageManager": "pnpm@11.0.1",
2525
"dependencies": {
2626
"@angular/cdk": "^21.2.0",
2727
"@angular/common": "^21.2.0",

pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
allowBuilds:
2+
'@parcel/watcher': false
3+
esbuild: true
4+
less: false
5+
lmdb: false
6+
msgpackr-extract: false
17
# The minimum age of a release to be considered for dependency installation.
28
# The value is in minutes (1440 minutes = 1 day).
39
minimumReleaseAge: 1440

0 commit comments

Comments
 (0)