Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgoli committed Jun 9, 2022
1 parent 3d7d64b commit 9336e4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"prebuild": "yarn clean",
"build": "yarn lint && yarn format-check && tsc -b tsconfig.build.json && webpack && tsc -b tsconfig.build.json dist/esm/**/*.d.ts",
"build": "yarn lint && yarn format-check && tsc -b tsconfig.build.json && webpack && tsc dist/esm/**/*.d.ts",
"clean": "rm -rf dist/",
"lint": "yarn eslint . --fix --config .eslintrc.js",
"format": "yarn prettier --write .",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"moduleResolution": "node",
"noEmitOnError": true,
"target": "es5",
"strictNullChecks": true,
"importHelpers": true,
"esModuleInterop": true,
"rootDirs": ["./src/"]
Expand Down

0 comments on commit 9336e4b

Please sign in to comment.