build: switch to pnpm
[poolifier.git] / rollup.config.mjs
index d365a3e43eb47ec4666b093e113984d1357c4102..44e837d396ab273331cbdb02af9d184123bfd1dd 100644 (file)
@@ -45,6 +45,6 @@ export default {
       targets: ['lib/*']
     }),
     isAnalyze && analyze(),
-    isDocumentation && command('npm run typedoc')
+    isDocumentation && command('pnpm run typedoc')
   ]
 }