Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update release script. (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Mar 26, 2021
1 parent c332fbb commit cceb78a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -80,9 +80,8 @@
"babel": "node test/rimraf-es5.js && babel lib --out-dir lib-es5",
"lint": "eslint lib prelude || true",
"prepare": "npm run babel",
"prepublishOnly": "eslint . && npm run test:no-npm",
"test": "npm run babel && node test/test.js node14 no-npm && node test/test.js node12 no-npm && node test/test.js node10 no-npm && node test/test.js host only-npm",
"test:no-npm": "node test/test.js host no-npm"
"prepublishOnly": "npm run lint",
"test": "npm run babel && node test/test.js node14 no-npm && node test/test.js node12 no-npm && node test/test.js node10 no-npm && node test/test.js host only-npm"
},
"greenkeeper": {
"emails": false,
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -3616,7 +3616,7 @@ pkg-dir@^3.0.0:
dependencies:
find-up "^3.0.0"

pkg-fetch@^2.6.9:
pkg-fetch@2.6.9:
version "2.6.9"
resolved "https://registry.yarnpkg.com/pkg-fetch/-/pkg-fetch-2.6.9.tgz#c18c5fa9604c57a3df3d9630afb64e176bc8732d"
integrity sha512-EnVR8LRILXBvaNP+wJOSY02c3+qDDfyEyR+aqAHLhcc9PBnbxFT9UZ1+If49goPQzQPn26TzF//fc6KXZ0aXEg==
Expand Down

0 comments on commit cceb78a

Please sign in to comment.