Skip to content

Commit

Permalink
chore: publish 1.0.1 (#141)
Browse files Browse the repository at this point in the history
* chore: publish 1.0.1

* feat: force build in CI docker containers
  • Loading branch information
matthewkeil authored Apr 30, 2024
1 parent 3ea2b0b commit da347ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
ARG NODE_VERSION
FROM matthewkeil/blst-ts-armbuild:${NODE_VERSION}

ENV BLST_TS_FORCE_BUILD=true

# NOTE: the artifacts of the build will be placed in /usr/src/blst-ts/prebuild
# and that folder should be mounted as a volume when running the container
WORKDIR /usr/src/blst-ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/blst",
"version": "1.0.0",
"version": "1.0.1",
"description": "Typescript wrapper for supranational/blst native bindings, a highly performant BLS12-381 signature library",
"scripts": {
"install": "ts-node scripts/install",
Expand Down

0 comments on commit da347ea

Please sign in to comment.