We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6da2b7 commit 00ba6dbCopy full SHA for 00ba6db
bin/build-release.sh
@@ -43,11 +43,6 @@ php "$COMPOSER" config version "v$VERSION"
43
# Install dependencies (without vcs history or dev tools)
44
php "$COMPOSER" install --no-dev --prefer-dist -o
45
46
-npm install
47
-npm audit fix
48
-npx browserslist@latest --update-db
49
-npm run build
50
-
51
php "$COMPOSER" archive -f tar.gz --dir /tmp --file "$TARGET"
52
rm "$COMPOSER"
53
echo `shasum -a 256 /tmp/$TARGET.tar.gz`
0 commit comments