Skip to content

Commit

Permalink
fix(scripts): remove specs from package
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jan 18, 2022
1 parent 838a852 commit ed1e3d9
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@types/node": "^17.0.8",
"clean-publish": "^3.4.0",
"commitizen": "^4.2.4",
"del-cli": "^4.0.1",
"eslint": "^8.0.0",
"inquirer": "^8.2.0",
"jest": "^27.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"runner"
],
"scripts": {
"prepublishOnly": "del ./package && clean-publish",
"prepublishOnly": "del ./package && clean-publish && del './package/**/*.spec.js'",
"postpublish": "del ./package"
},
"dependencies": {
Expand Down
101 changes: 98 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed1e3d9

Please sign in to comment.