Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jul 25, 2024
1 parent 60fe7c8 commit 1ff51ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/create-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"scripts": {
"build": "microbundle --format cjs,modern --no-compress --target node --define VERSION=$npm_package_version",
"dev": "microbundle watch --format cjs,modern --no-compress --target node --define VERSION=$npm_package_version",
"lint": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.eslintignore --check",
"format": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.eslintignore --write",
"lint": "prettier \"src/**/*\" --check",
"prepack": "yarn build",
"prepublish": "yarn lint"
},
Expand Down

0 comments on commit 1ff51ca

Please sign in to comment.