CircleCI test passing but not publishing to NPMWhere does npm install packages?How can I update NodeJS and NPM to the next versions?Find the version of an installed npm packageHow to uninstall npm modules in node js?npm throws error without sudoWhat is the difference between Bower and npm?What's the difference between dependencies, devDependencies and peerDependencies in npm package.json file?What is the --save option for npm install?NPM vs. Bower vs. Browserify vs. Gulp vs. Grunt vs. Webpack“npm publish” not working in Team City
How to determine car loan length as a function of how long I plan to keep a car
How to find out the average duration of the peer-review process for a given journal?
'Us students' - Does this apposition need a comma?
Is gzip atomic?
Disambiguation of "nobis vobis" and "nobis nobis"
Did anyone try to find the little box that held Professor Moriarty and his wife after the crash?
What does Deviance mean in lmer
Why do banks “park” their money at the European Central Bank?
Are the players on the same team as the DM?
Are modern clipless shoes and pedals that much better than toe clips and straps?
Do they have Supervillain(s)?
I don't have the theoretical background in my PhD topic. I can't justify getting the degree
Are the A380 engines interchangeable (given they are not all equipped with reverse)?
"Sorry to bother you" in an email?
tar using short form option versus old style
How do you harvest carrots in creative mode?
Does merkle root contain hashes of transactions from previous blocks?
Can RMSE and MAE have the same value?
How can I unambiguously ask for a new user's "Display Name"?
Why doesn't 'd /= d' throw a division by zero exception?
Why in most German places is the church the tallest building?
Why do gliders have bungee cords in the control systems and what do they do? Are they on all control surfaces? What about ultralights?
How do proponents of Sola Scriptura address the ministry of those Apostles who authored no parts of Scripture?
Showing that the limit of non-eigenvector goes to infinity
CircleCI test passing but not publishing to NPM
Where does npm install packages?How can I update NodeJS and NPM to the next versions?Find the version of an installed npm packageHow to uninstall npm modules in node js?npm throws error without sudoWhat is the difference between Bower and npm?What's the difference between dependencies, devDependencies and peerDependencies in npm package.json file?What is the --save option for npm install?NPM vs. Bower vs. Browserify vs. Gulp vs. Grunt vs. Webpack“npm publish” not working in Team City
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
My CI tests pass but I'm not sure why my packages aren't being published to npm.
The snippet below shows the areas I think I may have the problem with
deploy:
<<: *defaults
steps:
- attach_workspace:
at: ~/emotion-emoji
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/.npmrc
- run:
name: Publish package
command: npm publish
Any suggestions?
npm circleci
add a comment |
My CI tests pass but I'm not sure why my packages aren't being published to npm.
The snippet below shows the areas I think I may have the problem with
deploy:
<<: *defaults
steps:
- attach_workspace:
at: ~/emotion-emoji
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/.npmrc
- run:
name: Publish package
command: npm publish
Any suggestions?
npm circleci
What is the console output in CircleCI?
– Jack Gore
Mar 27 at 20:20
I resolved the issue. I needed to push a tag with the format v1.x.x
– Dwayne
Mar 28 at 0:55
add a comment |
My CI tests pass but I'm not sure why my packages aren't being published to npm.
The snippet below shows the areas I think I may have the problem with
deploy:
<<: *defaults
steps:
- attach_workspace:
at: ~/emotion-emoji
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/.npmrc
- run:
name: Publish package
command: npm publish
Any suggestions?
npm circleci
My CI tests pass but I'm not sure why my packages aren't being published to npm.
The snippet below shows the areas I think I may have the problem with
deploy:
<<: *defaults
steps:
- attach_workspace:
at: ~/emotion-emoji
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/.npmrc
- run:
name: Publish package
command: npm publish
Any suggestions?
npm circleci
npm circleci
asked Mar 27 at 18:18
DwayneDwayne
1265 bronze badges
1265 bronze badges
What is the console output in CircleCI?
– Jack Gore
Mar 27 at 20:20
I resolved the issue. I needed to push a tag with the format v1.x.x
– Dwayne
Mar 28 at 0:55
add a comment |
What is the console output in CircleCI?
– Jack Gore
Mar 27 at 20:20
I resolved the issue. I needed to push a tag with the format v1.x.x
– Dwayne
Mar 28 at 0:55
What is the console output in CircleCI?
– Jack Gore
Mar 27 at 20:20
What is the console output in CircleCI?
– Jack Gore
Mar 27 at 20:20
I resolved the issue. I needed to push a tag with the format v1.x.x
– Dwayne
Mar 28 at 0:55
I resolved the issue. I needed to push a tag with the format v1.x.x
– Dwayne
Mar 28 at 0:55
add a comment |
1 Answer
1
active
oldest
votes
I resolved the issue. I needed to push a tag with the format v1.x.x
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55384060%2fcircleci-test-passing-but-not-publishing-to-npm%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I resolved the issue. I needed to push a tag with the format v1.x.x
add a comment |
I resolved the issue. I needed to push a tag with the format v1.x.x
add a comment |
I resolved the issue. I needed to push a tag with the format v1.x.x
I resolved the issue. I needed to push a tag with the format v1.x.x
answered Mar 28 at 0:55
DwayneDwayne
1265 bronze badges
1265 bronze badges
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55384060%2fcircleci-test-passing-but-not-publishing-to-npm%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What is the console output in CircleCI?
– Jack Gore
Mar 27 at 20:20
I resolved the issue. I needed to push a tag with the format v1.x.x
– Dwayne
Mar 28 at 0:55