Skip to content
Snippets Groups Projects
Commit 3a9bb39f authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Merge branch 'documentation' into 'master'

Solve package not found error

See merge request !27
parents 63da5905 fb2ae92a
No related branches found
No related tags found
1 merge request!27Solve package not found error
Pipeline #11740 failed
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
"format": "prettier --write .", "format": "prettier --write .",
"lint": "eslint .", "lint": "eslint .",
"lint:fix": "eslint --fix .", "lint:fix": "eslint --fix .",
"docs:dev": "npx styleguidist server", "docs:dev": "styleguidist server",
"docs:build": "npx styleguidist build" "docs:build": "styleguidist build"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment