Skip to content

Commit de5baef

Browse files
committed
modify action
1 parent 104c8de commit de5baef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: .github/workflows/build.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@ jobs:
2929
run: npm install
3030
- name: Install demo
3131
run: npm run setup_demo
32-
- name: Build lean4monaco
33-
run: npm run build
32+
# - name: Build lean4monaco
33+
# run: npm run build
3434
# - name: Build demo server
3535
# run: |
3636
# cd demo
3737
# npm run build
3838
- name: Start server
3939
id: start-server
4040
run: |
41-
npm start
41+
nohup npm start > nohup.out 2> nohup.err < /dev/null &
42+
echo "server is running..."
4243
# cd demo
4344
# echo "Starting server..."
4445
# npm run start

0 commit comments

Comments
 (0)