We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104c8de commit de5baefCopy full SHA for de5baef
.github/workflows/build.yml
@@ -29,16 +29,17 @@ jobs:
29
run: npm install
30
- name: Install demo
31
run: npm run setup_demo
32
- - name: Build lean4monaco
33
- run: npm run build
+ # - name: Build lean4monaco
+ # run: npm run build
34
# - name: Build demo server
35
# run: |
36
# cd demo
37
# npm run build
38
- name: Start server
39
id: start-server
40
run: |
41
- npm start
+ nohup npm start > nohup.out 2> nohup.err < /dev/null &
42
+ echo "server is running..."
43
44
# echo "Starting server..."
45
# npm run start
0 commit comments