DEV Community

Mahbubur Rahman
Mahbubur Rahman

Posted on • Edited on

Shopify App update

npm run dev
npm run setup // update database
npx prisma migrate dev --name update_settings_table

//After Change TOML file
npm run shopify app config push // After change toml file
npm run deploy // Release new version



npm run shopify app dev --reset  // Reset configarations


shopify app env pull
Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
nevodavid profile image
Nevo David

feels like my brain always goes into overdrive when i see all these commands lined up lol