Skip to content

Commit

Permalink
fix: eliminate faulty postinstall script (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
maribethb authored Mar 16, 2023
1 parent bd0f42a commit d5efc18
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 53 deletions.
1 change: 0 additions & 1 deletion plugins/dev-scripts/bin/blockly-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const availableScripts = [
'predeploy',
'lint',
'test',
'postinstall',
'auditFix',
];

Expand Down
49 changes: 0 additions & 49 deletions plugins/dev-scripts/scripts/postinstall.js

This file was deleted.

1 change: 0 additions & 1 deletion plugins/renderer-inline-row-separators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
"predeploy": "blockly-scripts predeploy",
"postinstall": "blockly-scripts postinstall",
"start": "blockly-scripts start",
"test": "blockly-scripts test"
},
Expand Down
1 change: 0 additions & 1 deletion plugins/shadow-block-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
"predeploy": "blockly-scripts predeploy",
"postinstall": "blockly-scripts postinstall",
"start": "blockly-scripts start",
"test": "blockly-scripts test"
},
Expand Down
1 change: 0 additions & 1 deletion plugins/strict-connection-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
"predeploy": "blockly-scripts predeploy",
"postinstall": "blockly-scripts postinstall",
"start": "blockly-scripts start",
"test": "blockly-scripts test"
},
Expand Down

0 comments on commit d5efc18

Please sign in to comment.