Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Fix publishing to npm by travis #10

Merged
merged 1 commit into from
Dec 20, 2019
Merged

Fix publishing to npm by travis #10

merged 1 commit into from
Dec 20, 2019

Conversation

ewelinagr
Copy link
Member

Current issue when publishing to npm by travis:

NPM API key format changed recently. If your deployment fails, check your API key in ~/.npmrc.

http://docs.travis-ci.com/user/deployment/npm/

~/.npmrc size: 48

> @thehyve/fractalis@1.4.1-hyve prepublishOnly .

> npm run-script build && npm run-script create-es6-export-file

> @thehyve/fractalis@1.4.1-hyve build /home/travis/build/thehyve/Fractal.js

> webpack --config webpack.config.js --mode production

sh: 1: webpack: not found

npm ERR! file sh

npm ERR! code ELIFECYCLE

npm ERR! errno ENOENT

Hopefully installing dev dependencies will fix the issue...

@ewelinagr ewelinagr requested a review from gijskant December 20, 2019 08:59
@ewelinagr ewelinagr merged commit bdc31f3 into dev Dec 20, 2019
@ewelinagr ewelinagr deleted the travis-fix branch December 20, 2019 09:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants