Skip to content

Commit 28e902f

Browse files
authored
build: fix build command in render.yaml (#205)
* chore: rebuild lock file * build: fix build command in render.yaml
1 parent a04cdac commit 28e902f

File tree

2 files changed

+169
-167
lines changed

2 files changed

+169
-167
lines changed

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ services:
22
- type: web
33
name: svelte-highlight
44
env: static
5-
buildCommand: yarn prepack; yarn build
5+
buildCommand: yarn build:lib; yarn build
66
staticPublishPath: build
77
pullRequestPreviewsEnabled: true

0 commit comments

Comments
 (0)