Giter VIP home page Giter VIP logo

Comments (3)

AhmedElywa avatar AhmedElywa commented on May 22, 2024

Hi @sondh0127, you always can look to releases notes here and see if there any breaking changes, or you can just update without any change in your code

Also, you can watch release notes. to get an email when any new release released
image

from prisma-tools.

sondh0127 avatar sondh0127 commented on May 22, 2024

@AhmedElywa
Thank you for your answer but this isn't what I mean. I would like to do that with paljs/cli instead. Something like:

  1. npm install -g @paljs/cli
  2. Go to the folder containing the old generated app
  3. pal c <the_old_foldername>

After that, I'll be able to see the diff of each file.

I ended up with the following step with the help of Vscode + Git

  1. git commit <old-app>
  2. npm install -g @paljs/cli
  3. generate new app with pal c <new-app>
  4. drop all new file from <new-app> to <old-app> folder => choose replace for all files
  5. revert unwanted changed

Screen Capture_select-area_20201016155451

Sometimes I think we also have to clean up node_modules yarn.lock.

> rm -rf .next node_modules yarn.lock
> yarn
  1. Generate with new cli
> pal g
> yarn generate
> yarn dev

Hope this helps!

from prisma-tools.

AhmedElywa avatar AhmedElywa commented on May 22, 2024

we don't make many changes in the examples files, but if you need to know what we change in these examples, there is an easier way to do this look to the new commit into this folder and see what we change. and by clicking on History you will see the last commits in this folder

from prisma-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.