Skip to content

Commit e63c12e

Browse files
committed
Update deploy script to only use build step
1 parent 5787e29 commit e63c12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#! /bin/bash
22

3-
npm run build && npm run build-server && cp -r build/images ~/html/ && cp -r build/static ~/html/ && supervisorctl restart aoe2cm2
3+
npm run build && cp -r build/images ~/html/ && cp -r build/static ~/html/ && supervisorctl restart aoe2cm2

0 commit comments

Comments
 (0)