Skip to content

Commit

Permalink
Merge tag 'v2.2.2' into dev
Browse files Browse the repository at this point in the history
v2.2.2

Fix predocs script
  • Loading branch information
Voltra committed Mar 20, 2022
2 parents 02408fc + 441b8f1 commit c3189d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdpr-guard",
"version": "2.2.1",
"version": "2.2.2",
"author": "Voltra <[email protected]>",
"homepage": "https://github.com/Voltra/gdpr-guard#readme",
"bugs": {
Expand All @@ -18,7 +18,7 @@
"build": "webpack --mode production",
"watch": "webpack --mode development --watch",
"clean": "rm -rf dist",
"predocs": "[[ -d ./docs ]] && rm -rf ./docs",
"predocs": "([[ -d ./docs ]] && rm -rf ./docs) || true",
"docs": "typedoc --options typedoc.config.js",
"predeploy:docs": "npm run docs",
"deploy:docs": "gh-pages -d docs"
Expand Down

0 comments on commit c3189d5

Please sign in to comment.