diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5e39c24b..2a3887a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ jobs: - script: | 3rd\luamake\luamake.exe rebuild displayName: 'Compile' - - scirpt: | + - script: | cd client npm install cd .. @@ -56,7 +56,7 @@ jobs: - bash: | ./3rd/luamake/luamake rebuild displayName: 'Compile' - - scirpt: | + - bash: | cd client npm install cd .. @@ -93,7 +93,7 @@ jobs: - bash: | ./3rd/luamake/luamake rebuild displayName: 'Compile' - - scirpt: | + - bash: | cd client npm install cd .. |