Skip to content
Snippets Groups Projects

WIP: yarn to npm

Merged Éloïs requested to merge ref/yarn-to-npm into dev
13 files
+ 3353
10490
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -139,9 +139,9 @@ The general discussion is used to comment on the merge request as a whole, for e
When you finished developing, you must compile, run linter and run all tests:
yarn
yarn format:check
yarn test
npm install
npm format:check
npm test
Then commit everything.
Loading