Commit c7c374f8 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[purty] add 'yarn format' command

parent c7304e4d
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"dev": "webpack-dev-server --env dev --mode development", "dev": "webpack-dev-server --env dev --mode development",
"repl": "pulp --psc-package repl", "repl": "pulp --psc-package repl",
"clean": "rm -Rf output", "clean": "rm -Rf output",
"purty-format": "find src -iname '*.purs' -exec yarn run purty {} --write \\;" "format": "find src -iname '*.purs' -exec yarn run purty {} --write \\;"
}, },
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.0.0", "@babel/polyfill": "^7.0.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment