Skip to content

Commit fad76b3

Browse files
fixed_permition
1 parent 92874d5 commit fad76b3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
touch storybook-static/.circleci/config.yml
7878
echo 'ui.dcl.org' > storybook-static/CNAME
7979
80-
git config user.name "dcl-bot"
81-
git config user.email "[email protected]"
80+
git config user.name "FullstackWEB-developer"
81+
git config user.email "[email protected]"
8282
./node_modules/.bin/gh-pages --dist storybook-static
8383
8484
release:

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
"type": "git",
2424
"url": "https://github.com/FullstackWEB-developer/dcl-ui.git"
2525
},
26-
"publishConfig": {
27-
"registry": "https://npm.pkg.github.com/"
28-
},
2926
"keywords": [
3027
"dcl",
3128
"ui",

0 commit comments

Comments
 (0)