From ae5f8fe73924c689c77eaf48de649ee352c13c39 Mon Sep 17 00:00:00 2001 From: Seow Alex Date: Tue, 16 Jul 2019 18:46:05 +0800 Subject: [PATCH] Use yarn instead of npm in scripts --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 49bb9a81e5..4072631c5a 100644 --- a/website/package.json +++ b/website/package.json @@ -18,7 +18,7 @@ "test:watch": "jest --watch", "e2e": "nightwatch -e default,safariMobile,safariDesktop,edge", "cors": "node scripts/cors-crawler", - "ci": "cross-env NODE_ENV=production npm run lint && npm run typecheck && npm test && npm test:integration && npm rebuild node-sass && npm run build" + "ci": "cross-env NODE_ENV=production yarn lint && yarn typecheck && yarn test && yarn test:integration && npm rebuild node-sass && yarn build" }, "author": "NUSModifications", "license": "MIT",