Skip to content

Commit

Permalink
Update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Apr 26, 2024
1 parent 2fd8d06 commit abe62d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"format:check": "prettier --check --ignore-unknown .",
"hydrogen": "shopify hydrogen",
"e2e": "npx playwright test",
"e2e:ui": "npx playwright test --ui"
"e2e:ui": "npx playwright test --ui",
"prepare": "npm install --package-lock-only"
},
"prettier": "@shopify/prettier-config",
"dependencies": {
Expand Down Expand Up @@ -84,4 +85,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}

0 comments on commit abe62d2

Please sign in to comment.