fix: removed only allow pnpm

This commit is contained in:
arthurfiorette 2023-05-25 12:31:54 -03:00
parent ee9a7deeae
commit aa697999e4
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -45,7 +45,6 @@
"docs:dev": "vitepress dev docs --port 1227",
"docs:serve": "vitepress serve docs",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm",
"lint": "eslint . --ext .ts",
"test": "jest --verbose --coverage",
"version": "auto-changelog -p && cp CHANGELOG.md docs/src/others/changelog.md && git add CHANGELOG.md docs/src/others/changelog.md"