We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92874d5 commit fad76b3Copy full SHA for fad76b3
.circleci/config.yml
@@ -77,8 +77,8 @@ jobs:
77
touch storybook-static/.circleci/config.yml
78
echo 'ui.dcl.org' > storybook-static/CNAME
79
80
- git config user.name "dcl-bot"
81
- git config user.email "[email protected]"
+ git config user.name "FullstackWEB-developer"
+ git config user.email "[email protected]"
82
./node_modules/.bin/gh-pages --dist storybook-static
83
84
release:
package.json
@@ -23,9 +23,6 @@
23
"type": "git",
24
"url": "https://github.com/FullstackWEB-developer/dcl-ui.git"
25
},
26
- "publishConfig": {
27
- "registry": "https://npm.pkg.github.com/"
28
- },
29
"keywords": [
30
"dcl",
31
"ui",
0 commit comments