Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 0a865eb

Browse files
committed
chore(ci): use cmd instead of powershell
Appveyor testing is failing due to a warning during installation of the `serverless` package, since the `fsevents` dependency is targeting the `darwin` architecture. Signed-off-by: Mike Fiedler <[email protected]>
1 parent d4e168c commit 0a865eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ init:
33
- cmd: python -m pip install -U pip
44
- cmd: pip install pipenv
55
- cmd: pip install poetry==1.0.0a2
6-
- ps: npm i -g serverless
6+
- cmd: npm i -g serverless
77
build: off
88
test_script:
99
- cmd: >-

0 commit comments

Comments
 (0)