Skip to content

Commit

Permalink
chore(scripts): update - clean:build, postinstall, check:style
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 11, 2021
1 parent acfd4c3 commit 6e679a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,15 @@
"module": "./esm/tutils.min.mjs",
"typings": "./types/tutils.d.ts",
"scripts": {
"clean:build": "rimraf ./(cjs|esm)",
"clean:build": "rimraf ./(cjs|esm|types)",
"clean:modules": "rimraf ./node_modules",
"clean:yarn": "rimraf .yarn/cache .yarn/*.gz",
"clean": "concurrently \"yarn:clean:*\"",
"bootstrap:husky": "chmod +x .husky/commit-msg .husky/pre-commit",
"postinstall": "is-ci || yarn bootstrap:husky && husky install",
"postinstall": "is-ci || chmod +x .husky/* && husky install",
"check:dedupe": "yarn dedupe --check",
"check:format": "prettier --check .",
"check:install": "yarn dlx @yarnpkg/doctor .",
"check:style": "eslint . --ext cjs,md,js,ts",
"check:style": "eslint . --ext cjs,md,mjs,ts",
"check:upgrades": "yarn upgrade-interactive",
"fix:format": "prettier --write .",
"fix:style": "yarn check:style --fix --cache",
Expand Down

0 comments on commit 6e679a2

Please sign in to comment.