diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 12:23:13 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 12:23:13 +0800 |
commit | 974296f4db931f3291040723c8138b3461e84a13 (patch) | |
tree | 79b08dd336d18851b2b742658dd13ca79c87d428 /azure-pipelines.yml | |
parent | edf23013e24aee26cd5bd28f1e48ed885146fde4 (diff) | |
download | lua-language-server-974296f4db931f3291040723c8138b3461e84a13.zip |
拼错了
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 .. |