Skip to content

Commit

Permalink
Deleted the build directory and included a noEmit in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sho-ayb committed Aug 1, 2024
1 parent dbcc7e8 commit c901028
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 126 deletions.
124 changes: 0 additions & 124 deletions build/src/js/components/project-input.js

This file was deleted.

1 change: 0 additions & 1 deletion build/src/js/components/project-input.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.ts",
"scripts": {
"build:dev": "webpack serve --config webpack.dev.js --open-app-name chrome",
"build:ts": "tsc --watch",
"build:ts": "tsc --noEmit --watch",
"build:prod": "webpack --config webpack.prod.js"
},
"repository": {
Expand Down

0 comments on commit c901028

Please sign in to comment.