package.json - Move fix:format script below

This commit is contained in:
2019-08-03 23:55:46 +05:30
parent 2da707fcdd
commit b338d774c1
+1 -1
View File
@@ -15,8 +15,8 @@
"bundle": "rollup -c",
"changelog": "github_changelog_generator --no-issues --header-label \"# Changelog\" --future-release v$npm_package_version",
"check:format": "prettier --list-different \"**/*.{js,ts,tsx}\"",
"fix:format": "prettier --write \"**/*.{js,ts,tsx}\"",
"check:types": "tsc --noEmit",
"fix:format": "prettier --write \"**/*.{js,ts,tsx}\"",
"clean": "run-p clean:*",
"clean:compiled": "del compiled",
"clean:coverage": "del coverage",