Skip to content

Commit

Permalink
Use pnpm instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ehoogerbeets committed Dec 5, 2024
1 parent 44ab161 commit 36d7c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loctool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"scripts": {
"clean": "ant clean",
"dist": "npm run generate ; npm pack",
"dist": "pnpm run generate ; pnpm pack",
"generate": "node generate/genPluralCategories.js",
"test": "LANG=en_US.UTF8 NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --testEnvironment node --detectOpenHandles",
"test:watch": "LANG=en_US.UTF8 NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --testEnvironment node --detectOpenHandles --watch",
Expand Down

0 comments on commit 36d7c09

Please sign in to comment.