Skip to content

Commit

Permalink
release v1.1.0 again
Browse files Browse the repository at this point in the history
  • Loading branch information
timthedev07 committed Aug 30, 2021
1 parent 259fdd3 commit 492cd0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test
- name: Build
run: yarn build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
"build": "tsc && sh uglify.sh",
"build": "tsc",
"start": "sh start.sh",
"test": "yarn run --silent jest"
},
Expand Down

0 comments on commit 492cd0a

Please sign in to comment.