Skip to content

Commit

Permalink
typo in script
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Aug 4, 2021
1 parent 86696c1 commit 6164bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"./packages/*"
],
"scripts": {
"clean": "rimraf node_modules coverage .nyc_output packages/*/node_modules packages/*/coverage pacakges/*/.nyc_output",
"clean": "rimraf node_modules coverage .nyc_output packages/*/node_modules packages/*/coverage packages/*/.nyc_output",
"docs": "jsdoc -c .jsdoc.conf",
"lint": "eslint . --ext cjs --ext mjs --ext js --ext md",
"test": "ava packages/*/test/*.ava.js",
Expand Down

0 comments on commit 6164bcf

Please sign in to comment.