Skip to content

Commit d56be21

Browse files
committed
change npm lifecycle script from install to postinstall
1 parent f89fcf1 commit d56be21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"build-debug": "npm run build --",
3636
"build-release": "npm run build -- --release",
3737
"update-lists": "node data/update-lists.js",
38-
"install": "npm run build-release",
38+
"postinstall": "npm run build-release",
3939
"test": "cargo test"
4040
}
4141
}

0 commit comments

Comments
 (0)