Skip to content

Commit

Permalink
fix: reduce package size by removing tsbuildinfo file (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay authored Aug 16, 2024
1 parent e7fdb46 commit dec6593
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 @@ -8,7 +8,7 @@
],
"scripts": {
"build": "tsc && node lib",
"postbuild": "rimraf lib/**/__tests__",
"postbuild": "rimraf lib/**/__tests__ && rimraf lib/.tsbuildinfo",
"lint": "tslint './src/**/*.{ts,tsx}' -t verbose -p .",
"prettier:write": "prettier --ignore-path .gitignore --write './**/*.{md,json,yaml,js,jsx,ts,tsx}'",
"prettier:check": "prettier --ignore-path .gitignore --list-different './**/*.{md,json,yaml,js,jsx,ts,tsx}'"
Expand Down

0 comments on commit dec6593

Please sign in to comment.