Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 3b624f3

Browse files
feat: build prerender pwa per default
1 parent 359f73c commit 3b624f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"scripts": {
1010
"docs": "tsc --p ./scripts && node ./.deckgo/markdown-to-html",
11-
"build": "npm run docs && stencil build",
11+
"build": "npm run docs && stencil build --prerender",
1212
"start": "npm run docs && stencil build --dev --watch --serve",
1313
"test": "npm run docs && stencil test --spec --e2e",
1414
"test.watch": "npm run docs && stencil test --spec --e2e --watch"

remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dist/"
99
],
1010
"scripts": {
11-
"build": "stencil build",
11+
"build": "stencil build --prerender",
1212
"start": "stencil build --watch --serve",
1313
"dev": "stencil build --dev --watch --serve",
1414
"test": "stencil test --spec --e2e",

studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dist/"
99
],
1010
"scripts": {
11-
"build": "stencil build",
11+
"build": "stencil build --prerender",
1212
"start": "stencil build --dev --watch --serve",
1313
"test": "stencil test --spec --e2e",
1414
"test.watch": "stencil test --spec --e2e --watch"

0 commit comments

Comments
 (0)