Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Fix TSC config and package build script. (#7361)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffstieler committed Jul 15, 2021
1 parent 4bb2fb1 commit 9355432
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"analyze": "cross-env NODE_ENV=production ANALYZE=true webpack",
"postbuild": "npm run -s i18n:pot && npm run -s i18n:build",
"build:feature-config": "php bin/generate-feature-config.php",
"build:packages": "tsc --build && node ./bin/packages/build.js",
"build:packages": "lerna run build",
"build:release": "./bin/build-plugin-zip.sh",
"clean": "rimraf ./dist ./packages/*/build ./packages/*/build-module ./packages/*/build-style",
"predev": "npm run -s install-if-deps-outdated && php ./bin/update-version.php",
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Expand Up @@ -7,8 +7,6 @@
// Process & infer types from .js files.
"allowJs": true,
"jsx": "preserve",
// Don't emit; allow Babel to transform files.
"noEmit": true,
// Enable strictest settings like strictNullChecks & noImplicitAny.
"strict": true,
// Import non-ES modules as default imports.
Expand Down

0 comments on commit 9355432

Please sign in to comment.