Skip to content

Commit

Permalink
Remove postpublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Sep 14, 2023
1 parent 7c3b5ee commit f9d4ecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/images/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN if [ ! $(echo $NEWMAN_VERSION | grep -oE "^[0-9]+\.[0-9]+\.[0-9]+$") ]; then
exit 1; \
fi

RUN \
RUN apt-get update; \

# Download and import the Nodesource GPG key
apt-get update; \
apt-get install -y ca-certificates curl gnupg; \
mkdir -p /etc/apt/keyrings; \
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"preferGlobal": true,
"scripts": {
"postpublish": "./npm/postpublish.sh",
"docker-publish": "./npm/docker-publish.sh",
"release": "node npm/create-release.js",
"test": "npm run test-lint && npm run test-system && npm run test-unit && npm run test-integration && npm run test-cli && npm run test-library",
"test-cli": "nyc --nycrc-path=.nycrc.js node npm/test-cli.js",
Expand Down

0 comments on commit f9d4ecc

Please sign in to comment.