Skip to content

Commit

Permalink
need to run make format now that we're chekcing
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Sep 24, 2020
1 parent 3f057b2 commit ad991d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/util/build-env-vars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This action sets up the environment variables for robot stack builds: OT_BRANCH,
To make the action cross-platform enough, it's also written in javascript. This is fine but github actions are checked out and executed in place by github, so you need to check in node_modules. We don't want to do that, so instead, we're using the [recommended by github](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github) `@vercel/ncc` javascript tool.

## Updating and Committing

- Install ncc: `npm install -g @vercel/ncc`
- Compile `main.js`: `ncc build main.js`
- check in the changed file `dist/main.js`
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ _deploy_s3: &deploy_s3
repo: Opentrons/opentrons
all_branches: true


jobs:
include:
# test, build, and upload for JavaScript projects
Expand Down

0 comments on commit ad991d4

Please sign in to comment.