Skip to content

Commit

Permalink
ci: remove pnpm lock and add guard for package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMurage committed Dec 4, 2024
1 parent 6bbf0da commit b428bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"webpack-merge": "^5.8.0"
},
"scripts": {
"preinstall": "npx only-allow yarn",
"watch": "webpack --watch --config webpack.dev.js",
"start": "webpack-dev-server --mode development --config webpack.dev.js",
"build:dev": "webpack --mode development --config webpack.dev.js",
Expand Down Expand Up @@ -64,6 +65,5 @@
"homepage": "https://github.com/tunapanda/h5p-standalone#readme",
"dependencies": {
"@commitlint/cli": "^17.6.3"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
}

0 comments on commit b428bb7

Please sign in to comment.