Skip to content

Commit 62b94da

Browse files
Remove the postinstall script which didn't work (#6511)
1 parent c16a84b commit 62b94da

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

npm-postinstall.sh

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"scripts": {
1111
"test": "echo \"Error: no test specified\" && exit 1",
1212
"dev": "npm run development",
13-
"watch": "bundle exec jekyll serve",
14-
"postinstall": "./npm-postinstall.sh"
13+
"watch": "bundle exec jekyll serve"
1514
},
1615
"repository": {
1716
"type": "git",

0 commit comments

Comments
 (0)