We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b6337 commit 6c48d19Copy full SHA for 6c48d19
slidev/entrypoint.sh
@@ -1,5 +1,9 @@
1
#!/bin/bash
2
3
+if [ "$NPM_MIRROR" != "" ]; then
4
+ npm config set registry $NPM_MIRROR
5
+fi
6
+
7
npm install @slidev/cli @slidev/theme-default @slidev/theme-seriph
8
npm install --save-dev playwright-chromium
9
0 commit comments