Skip to content

Commit b7008b0

Browse files
committed
Update package.json
1 parent 3228f2c commit b7008b0

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@
33
"type": "module",
44
"private": true,
55
"scripts": {
6-
<<<<<<< HEAD
7-
"postinstall": "pnpm dlx playwright-core install chromium",
8-
"build": "cross-env NODE_OPTIONS='--openssl-legacy-provider --max_old_space_size=8192' slidev build --timeout 60000",
9-
=======
10-
"postinstall": "echo 'Skipping playwright install on CI'",
6+
"postinstall": "bun x playwright-core install chromium",
117
"build": "cross-env NODE_OPTIONS='--openssl-legacy-provider --max_old_space_size=8192' slidev build --timeout 60000",
128
"build:netlify": "cross-env NODE_ENV=production NODE_OPTIONS='--openssl-legacy-provider --max_old_space_size=4096' slidev build --timeout 60000",
13-
>>>>>>> refs/remotes/origin/main
149
"dev": "nodemon -e 'md,js,mjs,cjs,json' -w '../../packages/slidev/dist/*.mjs' --exec \"slidev ./slides.md --open=false --log=info --inspect\"",
1510
"export": "slidev export",
1611
"export:pdf": "bun run export -- --timeout 120000 --with-toc --per-slide --output ./_export/javascript-note.pdf",

0 commit comments

Comments
 (0)