Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkingshott committed Apr 27, 2020
1 parent 8bed65f commit c8b0d2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7,002 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies
run: yarn install
run: npm install
env:
CI: true

- name: Run prettier
run: yarn run prettier --write 'src/**/*.js' 'tests/**/*.js'
run: npm run prettier

- name: Extract branch name
shell: bash
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"scripts": {
"build": "microbundle",
"watch": "microbundle watch",
"prettier": "prettier --write 'src/**/*.js' 'tests/**/*.js'",
"test": "jest"
},
"main": "dist/iodine.min.js",
Expand Down
Loading

0 comments on commit c8b0d2e

Please sign in to comment.