Skip to content

Commit

Permalink
Remove not longer required symlink node scripts (sulu#7430)
Browse files Browse the repository at this point in the history
Remove not longer required symlink
  • Loading branch information
alexander-schranz authored May 21, 2024
1 parent 67057da commit a576711
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions postinstall.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
/* eslint-disable flowtype/require-valid-file-annotation */

require('./symlink-vendor-directory.js');
2 changes: 0 additions & 2 deletions preinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ if (process.env.npm_execpath.indexOf('npm') === -1
) {
throw new Error('\x1b[31mYou must use "npm install", yarn is not supported\x1b[0m');
}

require('./symlink-vendor-directory.js');

0 comments on commit a576711

Please sign in to comment.