Skip to content

Commit cfcbb66

Browse files
authoredJun 1, 2024
build: set pnpm version (autobrr#195)
* build: disable pnpm strict version check * build: set package manager version
1 parent 5493399 commit cfcbb66

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
 

‎.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-manager-strict=false

‎netlify.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
command = "pnpm run build"

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "autobrr-com",
33
"version": "0.0.0",
44
"private": true,
5+
"packageManager": "pnpm@9.0.0",
56
"scripts": {
67
"docusaurus": "docusaurus",
78
"start": "docusaurus start",

0 commit comments

Comments
 (0)
Please sign in to comment.