Skip to content

Commit 3ff8989

Browse files
committed
chore: remove lockfiles
1 parent 6cfd51d commit 3ff8989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "JS implementation of the IPFS UnixFS",
55
"scripts": {
6+
"postinstall": "rm -rf package-lock.json packages/*/package-lock.json",
67
"reset": "lerna run clean && rimraf packages/*/node_modules node_modules",
78
"test": "lerna run test",
89
"coverage": "lerna run coverage",

0 commit comments

Comments
 (0)