Skip to content

Commit

Permalink
revert disable migration run on start - heroku error (#3990)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorja authored Oct 2, 2024
1 parent e16aae1 commit 7e7deb0
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 @@ -24,7 +24,7 @@
"run:dev:server": "yarn migration-public:run && ts-node-dev --exit-child src/server/start",
"run:prod": "run-s build start",
"run:prod:server": "node dist/server/start",
"start": "yarn run:prod:server",
"start": "run-s migration-public:run run:prod:server",
"metacache:generate": "ts-node src/tools/generateMetaCache/",
"//test": "mochapack --webpack-config webpack.config.babel.test.js",
"test": "run-s test:integration",
Expand Down

0 comments on commit 7e7deb0

Please sign in to comment.