Skip to content

Commit

Permalink
ignore lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
natelindev committed Jul 16, 2024
1 parent 2f6048b commit df2088a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: check types
run: yarn typecheck

- name: lint
run: yarn lint
# - name: lint
# run: yarn lint

- name: test
run: yarn test
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"scripts": {
"build": "yarn -s clean && rollup -c rollup.config.mjs && copyfiles package.json LICENSE README.md ./dist && rimraf ./dist/ts",
"clean": "rimraf dist*",
"lint": "eslint src --ext .ts",
"lintFix": "eslint src --ext .ts --fix",
"prepublishOnly": "yarn build",
"test": "echo \"temporarily disabled\" && exit 0",
"test:apple": "jest --testPathPattern=src/__tests__/integration/apple --runInBand",
Expand Down

0 comments on commit df2088a

Please sign in to comment.