Skip to content

Commit dfd54b2

Browse files
committed
env: replace ttypescript to ts-patch
1 parent be82b8f commit dfd54b2

File tree

3 files changed

+187
-30
lines changed

3 files changed

+187
-30
lines changed

apps/calendar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"build": "rm -rf dist && npm run build:es5 && npm run build:es6 && npm run build:esm",
8080
"build:es5": "webpack && webpack --env minify",
8181
"build:es6": "webpack --config webpack.es6.config.js && webpack --config webpack.es6.config.js --env minify",
82-
"build:esm": "ttsc -p tsconfig.esm.json && prettier dist/esm/**/*.js --write",
82+
"build:esm": "tsc -p tsconfig.esm.json && prettier dist/esm/**/*.js --write",
8383
"analyze": "webpack --minify --profile --json > stats.json && webpack-bundle-analyzer stats.json ./dist",
8484
"storybook": "start-storybook -p 6006",
8585
"build-storybook": "build-storybook",

0 commit comments

Comments
 (0)