Skip to content

Commit

Permalink
Use yarn instead of npm in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
seowalex committed Jul 16, 2019
1 parent c387d09 commit ae5f8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ae5f8fe

Please sign in to comment.