Skip to content

Commit

Permalink
SU-3111 SU-3113 SU-3139 WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
hossein-sisuwellness committed Feb 27, 2020
1 parent 219f4a8 commit a5dd01e
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/release-wrokflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,11 @@ jobs:
node-version: "10.x"
registry-url: "https://registry.npmjs.org/"

- name: Install dependencies
run: yarn

- name: Run linter
run: yarn lint

- name: Run tests
run: yarn test

- name: Build
run: yarn build

- run: yarn install
- run: yarn lint
- run: yarn test
- run: yarn build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit a5dd01e

Please sign in to comment.