We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bab079 commit 2dc2a5cCopy full SHA for 2dc2a5c
1 file changed
package.json
@@ -51,7 +51,7 @@
51
"db:sync": "pnpm cli db:sync",
52
"db:verify": "pnpm db:introspect --verify",
53
"postinstall": "node scripts/postinstall.mjs",
54
- "scalingo-postbuild": "./scripts/migrate.sh && pnpm build && next-sitemap",
+ "scalingo-postbuild": "pnpm build && next-sitemap",
55
"predev": "only-include-used-icons --silent",
56
"prebuild": "only-include-used-icons",
57
"talisman:add-exception": "node-talisman -i -g pre-commit",
0 commit comments