Skip to content

Commit

Permalink
Adding build on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
liarco committed May 4, 2022
1 parent 633fc10 commit fcd93d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A flexible library to update collection data programmatically.",
"keywords": [],
"license": "MIT",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"contributors": [
"Marco Lipparini <[email protected]> (https://www.liarco.net)"
],
Expand All @@ -22,9 +22,11 @@
},
"devDependencies": {
"@aws-sdk/types": "^3.78.0",
"@types/node": "^17.0.31"
"@types/node": "^17.0.31",
"typescript": "^4.6.4"
},
"scripts": {
"build": "tsc"
"build": "rm -rf ./dist && tsc",
"prepublishOnly": "yarn build"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/scrypt-js/-/scrypt-js-3.0.1.tgz#d314a57c2aef69d1ad98a138a21fe9eafa9ee312"
integrity sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==

typescript@^4.6.4:
version "4.6.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==

[email protected]:
version "0.10.3"
resolved "https://registry.yarnpkg.com/url/-/url-0.10.3.tgz#021e4d9c7705f21bbf37d03ceb58767402774c64"
Expand Down

0 comments on commit fcd93d9

Please sign in to comment.