Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zignis committed Feb 18, 2023
1 parent 4e27e5a commit 7ece4f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docs/
dist/
coverage/
types/
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"lint": "eslint \"*/**/*.{ts,js,json}\"",
"lint:fix": "eslint \"*/**/*.{ts,js,json}\" --fix",
"build": "rollup --config ./rollup.config.mjs",
"prepublishOnly": "yarn build"
"prepublishOnly": "yarn build",
"test": "echo \"No tests written yet\""
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.1",
Expand Down

0 comments on commit 7ece4f4

Please sign in to comment.