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 35d19ef commit 59e2360Copy full SHA for 59e2360
.circleci/config.yml
@@ -41,7 +41,7 @@ jobs:
41
at: ~/repo
42
- run:
43
name: Authenticate with registry
44
- command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
+ command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
45
46
name: Publish package
47
command: npm publish
.npmignore
@@ -7,7 +7,7 @@ node_modules/
7
npm-debug.log
8
9
# Images and extras
10
-extras/
+.github/
11
example/
12
.eslintrc
13
yarn.lock
0 commit comments