Skip to content

Commit

Permalink
docs: update clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Mar 27, 2019
1 parent 6356a2f commit ba4ec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Expand Up @@ -47,7 +47,7 @@
"prettier": "^1.16.4"
},
"scripts": {
"clean": "rimraf .cache public apidocs static/examples_js",
"clean": "rimraf .cache public apidocs static/examples_js static/examples_ts",
"start": "gatsby develop",
"copy_examples:js": "cp -r ../examples/lib/docs static/examples_js",
"copy_examples:ts": "cp -r ../examples/src static/examples_ts",
Expand Down

0 comments on commit ba4ec05

Please sign in to comment.