Skip to content

Commit 00ba6db

Browse files
committed
Fix build-script
1 parent c6da2b7 commit 00ba6db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/build-release.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ php "$COMPOSER" config version "v$VERSION"
4343
# Install dependencies (without vcs history or dev tools)
4444
php "$COMPOSER" install --no-dev --prefer-dist -o
4545

46-
npm install
47-
npm audit fix
48-
npx browserslist@latest --update-db
49-
npm run build
50-
5146
php "$COMPOSER" archive -f tar.gz --dir /tmp --file "$TARGET"
5247
rm "$COMPOSER"
5348
echo `shasum -a 256 /tmp/$TARGET.tar.gz`

0 commit comments

Comments
 (0)