Skip to content

Commit

Permalink
remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Mar 14, 2024
1 parent 68624d2 commit cbc3d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"src"
],
"scripts": {
"postinstall": "npx patch-package",
"patch": "npx patch-package",
"test": "jest",
"test:remove-inline-snapshots": "npx replace '\\.toMatchInlineSnapshot\\(\\s*`[\\s\\S]*?`\\s*\\);' '.toMatchInlineSnapshot();' test -r --include='*.test.js'",
"test:record": "npm run test:record:reg && npm run test:record:cds && npm run test:record:hdi",
Expand All @@ -31,7 +31,7 @@
"pack": "npm pack",
"docs": "cd docs && bundle exec jekyll serve",
"docs:install": "cd docs && npx shx rm -rf vendor Gemfile.lock && bundle install",
"upgrade-lock": "npx shx rm -rf package-lock.json node_modules && npm i --package-lock"
"upgrade-lock": "npx shx rm -rf package-lock.json node_modules && npm i --package-lock && npm run patch"
},
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit cbc3d05

Please sign in to comment.