Skip to content

Commit

Permalink
babel no watch
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Jul 12, 2024
1 parent 41c7c26 commit 3345a08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@
},
"scripts": {
"start": "concurrently \"ttsc -w\" \"babel src --watch --out-dir ./dist --extensions '.ts,.tsx'\" \"webpack-dev-server --config webpack.dev.config.js\" -n 'tsc,babel,webpack' -k",
"start-without-watch": "concurrently \"webpack-dev-server --config webpack.dev.config.js\" -n 'tsc,webpack' -k",
"install:all": "yarn && cd example && yarn && cd ../react-example && yarn",
"start:all": "concurrently \"yarn start\" \"cd example && yarn start\" -n 'module,website' -k",
"start:all:react": "concurrently \"yarn start\" \"cd react-example && yarn start\" -n 'module,website' -k",
"start:all:react-start-without-watch": "concurrently \"yarn start\" \"cd react-example && yarn start-without-watch\" -n 'module,website' -k",
"start-without-watch:all:react": "concurrently \"yarn start-without-watch\" \"cd react-example && yarn start-without-watch\" -n 'module,website' -k",
"build": "ttsc && babel src --out-dir ./dist --extensions '.ts,.tsx' && webpack",
"build:node": "yarn build --config webpack.node.config.js",
"test": "jest --config jest.config.js --collectCoverage",
Expand Down

0 comments on commit 3345a08

Please sign in to comment.