chore: replace npm with yarn

This commit is contained in:
Christian Kaisermann 2022-04-05 17:27:52 +02:00
parent fcf51f3565
commit 96a5adab75
3 changed files with 6957 additions and 25577 deletions

25575
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,13 +26,13 @@
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "cross-env NODE_ICU_DATA=node_modules/full-icu jest",
"test:ci": "npm run test -- --silent",
"test:ci": "yarn test -- --silent",
"lint": "eslint \"{src,test}/**/*.ts\"",
"format": "prettier --loglevel silent --write \"{src,test}/**/*.ts\"",
"release": " git add package.json && git commit -m \"chore(release): v$npm_package_version :tada:\"",
"prebuild": "yarn clean",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
"prepublishOnly": "npm run test && npm run build"
"prepublishOnly": "yarn test && yarn build"
},
"files": [
"dist/"

6955
yarn.lock Normal file

File diff suppressed because it is too large Load Diff