Skip to content

Commit

Permalink
Make JS output prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Feb 25, 2024
1 parent 9f8156d commit fc431e3
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 135 deletions.
231 changes: 99 additions & 132 deletions dist/morphlex.js

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

20 changes: 18 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"types": "dist/morphlex.d.ts",
"scripts": {
"test": "web-test-runner test/**/*.test.js --node-resolve",
"build": "tsc",
"build": "tsc && prettier --write ./src ./dist",
"watch": "tsc -w",
"test:watch": "npm run test -- --watch",
"lint": "eslint ./src",
Expand All @@ -21,6 +21,7 @@
"@open-wc/testing": "^3.0.0-next.5",
"@web/test-runner": "^0.18.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"terser": "^5.28.1",
"typescript": "^5.3.3",
"typescript-eslint": "^7.0.2"
Expand Down

0 comments on commit fc431e3

Please sign in to comment.