chore: fix npm to yarn in contributing.md and package.json (#3274)

* chore: fix npm to yarn in contributing.md

* chore: fix npm pack to yarn pack
This commit is contained in:
Matias Capeletto 2021-03-18 18:27:00 +01:00 committed by GitHub
parent c1379c3c10
commit 0e3eb3cc63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -57,6 +57,6 @@
"scripts": {
"build:umd": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js",
"build:umd:withAnalyzer": "cross-env NODE_ENV=production ANALYZER=true webpack --config webpack.prod.config.js",
"pack": "yarn build:umd && npm pack"
"pack": "yarn build:umd && yarn pack"
}
}