Skip to content

Commit ea2b35b

Browse files
authored
chore: Using prepare package lock script from build tools (#4212)
1 parent d0961b1 commit ea2b35b

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"stylelint --fix"
164164
],
165165
"package-lock.json": [
166-
"node ./scripts/unlock-package-lock.js"
166+
"prepare-package-lock"
167167
]
168168
},
169169
"size-limit": [

scripts/unlock-package-lock.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)