From 6f50960212f443f3677ff25f7638027882c7a381 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Tue, 1 May 2018 10:58:58 -0400 Subject: [PATCH] That's a PowerShell command --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 814d3b6..1a0acda 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ cache: - node_modules install: -- Install-Product node 7.9.0 +- ps: Install-Product node 7.9.0 - npm install build: off