mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-18 13:51:48 +00:00
package.json - Add prettier and format task
This commit is contained in:
+3
-1
@@ -19,7 +19,8 @@
|
||||
"start": "rollup -c -w",
|
||||
"prepare": "yarn run build",
|
||||
"predeploy": "cd example && yarn install && yarn run build",
|
||||
"deploy": "gh-pages -d example/build"
|
||||
"deploy": "gh-pages -d example/build",
|
||||
"format": "prettier --write \"{src,example/src}/**/*.{js,ts}*\""
|
||||
},
|
||||
"dependencies": {
|
||||
"redux": "^4.0.5"
|
||||
@@ -38,6 +39,7 @@
|
||||
"babel-runtime": "^6.26.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
"prettier": "^1.19.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0",
|
||||
|
||||
Reference in New Issue
Block a user