Skip to content

add .travis.yml and @fs/npm-publisher #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 17, 2023
Merged

Conversation

joeycozza
Copy link
Contributor

Adding a .travis.yml file, and adding the publishing helper @fs/npm-publisher to devDependencies
I've already added the npm publish token envVar to travis.

@joeycozza joeycozza requested a review from a team as a code owner March 17, 2023 15:54
.travis.yml Outdated
before_install:
- echo "//familysearch.jfrog.io/artifactory/api/npm/fs-npm-prod-virtual/:_authToken=${NPM_PUBLISH_TOKEN}" >> ~/.npmrc
- echo "@fs:registry=https://familysearch.jfrog.io/artifactory/api/npm/fs-npm-prod-virtual/" >> ~/.npmrc
script: npm run lint && npm run test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
script: npm run lint && npm run test
script: npm run test

@skye2k2

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will still fail, since rules have changed in the last two weeks.

skye2k2 added 2 commits March 17, 2023 10:11
TODO: Review the rule changes, and cut a new release.
Give it something else to run.
@skye2k2 skye2k2 merged commit bd7b4d9 into master Mar 17, 2023
@skye2k2 skye2k2 deleted the artifactoryPublishing branch March 17, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants