Skip to content

Commit

Permalink
fix: Preserve package-lock when doing a pre-release (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dewen committed Jun 15, 2023
1 parent 307de99 commit f3fa092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -60,6 +60,7 @@
"test:monorepo": "WAIT_ON_TIMEOUT=600000 start-server-and-test sites:launch-monorepo http://localhost:8005 cy:run",
"test:watch": "jest --watch",
"test:playwright": "APPLITOOLS_BATCH_ID=`uuidgen` WAIT_ON_TIMEOUT=600000 PLAYWRIGHT_SUITE=smoke-vital npx playwright test",
"version": "git checkout package-lock.json",
"vital-check": "node ./scripts/vital-check"
},
"husky": {
Expand Down

5 comments on commit f3fa092

@vercel
Copy link

@vercel vercel bot commented on f3fa092 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f3fa092 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bodiless-js-next – ./sites/vital-demo-next

bodiless-js-next-git-main-jnj-demo-account.vercel.app
bodiless-js-next.vercel.app
bodiless-js-next-jnj-demo-account.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f3fa092 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bodiless-js-gatsby – ./sites/vital-demo

bodiless-js-gatsby.vercel.app
bodiless-js-gatsby-git-main-jnj-demo-account.vercel.app
bodiless-js-gatsby-jnj-demo-account.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f3fa092 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bodiless-js-examples – ./sites/vital-examples

bodiless-js-examples.vercel.app
bodiless-js-examples-jnj-demo-account.vercel.app
bodiless-js-examples-git-main-jnj-demo-account.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f3fa092 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bodiless-js – ./sites/vital-demo

bodiless-js-jnj-demo-account.vercel.app
bodiless-js.vercel.app
bodiless-js-git-main-jnj-demo-account.vercel.app

Please sign in to comment.