repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc3227d
)
build: avoid npx prompt at pnpm i
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 19 Apr 2023 22:19:51 +0000
(
00:19
+0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 19 Apr 2023 22:19:51 +0000
(
00:19
+0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index 548368030a32ff2cb145531432821cf15cf2bc4a..062fadd862552da0446f77f16d93da88f6e8710f 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-11,7
+11,7
@@
}
},
"scripts": {
- "preinstall": "npx only-allow pnpm",
+ "preinstall": "npx
--yes
only-allow pnpm",
"prepare": "node prepare.js",
"build": "rollup --config --environment BUILD:development",
"build:typedoc": "rollup --config --environment BUILD:development --environment DOCUMENTATION",