mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
package.json - Move fix:format script below
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user