Skip to content

Commit

Permalink
enable prerendering flag in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Oct 29, 2020
1 parent c1b691c commit 013bd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"demo:serve": "cd demo && node --experimental-modules ../src/cli.js serve --http2",
"dev": "PROFILE=true nodemon -w src --exec \"npm run -s demo\"",
"build": "rollup -c",
"ci": "npm run build && cd demo && node ../wmr.cjs build",
"ci": "npm run build && cd demo && node ../wmr.cjs build --prerender",
"prepack": "node --experimental-modules ./src/lib/~publish.js",
"test-e2e": "cross-env JEST_PUPPETEER_CONFIG=jest-puppeteer.config.cjs jest",
"test": "eslint src test && npm run test-e2e"
Expand Down

0 comments on commit 013bd25

Please sign in to comment.