Commit 0d199887 authored by James Laver's avatar James Laver Committed by Alexandre Delanoë

Add `yarn clean`

parent 766eac60
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
"rebuild-set": "spago psc-package-insdhall", "rebuild-set": "spago psc-package-insdhall",
"install-ps": "psc-package install", "install-ps": "psc-package install",
"build": "pulp --psc-package browserify -t dist/bundle.js", "build": "pulp --psc-package browserify -t dist/bundle.js",
"repl": "pulp --psc-package repl" "repl": "pulp --psc-package repl",
"clean": "rm -Rf output"
}, },
"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