Skip to content

Commit 664973d

Browse files
committed
failed prebuild
1 parent 7f80ed5 commit 664973d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitpod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Learn more about this file at https://www.gitpod.io/docs/references/gitpod-yml
22
tasks:
3-
- init: yarn
3+
- init: |
4+
yarn
5+
yarn build
46
command: yarn start
57
ports:
68
- port: 3000

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ReactDOM.render(
88
<React.StrictMode>
99
<App />
1010
</React.StrictMode>,
11-
document.getElementById('root')
11+
document.getElementById('root')<ywsd
1212
);
1313

1414
// If you want to start measuring performance in your app, pass a function

0 commit comments

Comments
 (0)