Skip to content

Commit

Permalink
Rename web tsconfig to match the output name
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Oct 23, 2019
1 parent 3f0bd59 commit 04b5ec0
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -12,7 +12,7 @@
"README.md"
],
"scripts": {
"build": "rimraf dist/ && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && tsc -p tsconfig.es5.json",
"build": "rimraf dist/ && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && tsc -p tsconfig.web.json",
"pretest": "npm run build",
"test": "echo \"It built ok, that'll do for now\"",
"prepack": "npm run build",
Expand Down
File renamed without changes.

0 comments on commit 04b5ec0

Please sign in to comment.