Skip to content

Commit

Permalink
Use npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sajmoni committed Jul 26, 2021
1 parent 5909259 commit e5e41da
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 8,271 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
77 changes: 0 additions & 77 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

55 changes: 0 additions & 55 deletions .yarn/releases/yarn-2.4.2.cjs

This file was deleted.

7 changes: 0 additions & 7 deletions .yarnrc.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"/dist"
],
"scripts": {
"version": "yarn build",
"version": "npm run build",
"release": "np --no-tests --no-yarn",
"build": "rm -rf dist && tsc",
"qa": "tsc && xo",
"test": "yarn build && preview && ava && node performance.js"
"test": "npm run build && preview && ava && node performance.js"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit e5e41da

Please sign in to comment.