Skip to content

Commit

Permalink
chore: fix tmex call
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Dec 14, 2022
1 parent 386a787 commit ff392d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"startDeployQueueServer": "node ./itsJustJavascript/baker/startDeployQueueServer.js",
"startLernaWatcher": "node ./devTools/lernaWatcher/lerna-watcher.js",
"startStorybookServer": "start-storybook -c ./itsJustJavascript/.storybook -p 6006",
"startTmuxServer": "tmex dev \"yarn startTscServer\" \"yarn startLernaWatcher\" \"yarn startAdminServer\" \"yarn startWebpackServer\"",
"startTmuxServer": "node_modules/tmex/tmex dev \"yarn startTscServer\" \"yarn startLernaWatcher\" \"yarn startAdminServer\" \"yarn startWebpackServer\"",
"startTscServer": "tsc -b -verbose -watch",
"startWebpackServer": "webpack server --mode development --no-live-reload --config ./itsJustJavascript/webpack.config.js",
"startWordpressPlugin": "cd ./wordpress/web/app/plugins/owid && yarn && yarn start",
Expand Down

0 comments on commit ff392d4

Please sign in to comment.