Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed May 28, 2020
1 parent 5da4e82 commit b30c66d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ The build steps transpiles the `src/main.ts` to `lib/main.js` and then packs to
- Conda env

```bash
conda create -n github-action nodejs=12 -c conda-forge
conda create -n github-action nodejs -c conda-forge
```

- Install NodeJS 12
- Install NodeJS

```bash
conda activate github-action
npm install
npm i -g @zeit/ncc
```

- Update version in package.json

- To update the code

```bash
npm run build
npm run format
npm run check
npm run build
```

- Create new named tag
Expand Down

0 comments on commit b30c66d

Please # to comment.