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

Commit bffddfa

Browse files
feat(#675): uncomment prerender for the time being
Signed-off-by: peterpeterparker <[email protected]>
1 parent 4884e8c commit bffddfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 --prerender",
11+
"build": "stencil build",
1212
"start": "stencil build --dev --watch --serve",
1313
"local": "stencil build --dev --local --watch --serve",
1414
"test": "stencil test --spec --e2e",

0 commit comments

Comments
 (0)