Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
release v2.2.0
  • Loading branch information
rober12 committed May 23, 2024
1 parent 0d67930 commit 3f60694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types": "dist/index.d.ts",
"scripts": {
"postinstall": "run-s build",
"compile": "git clone --branch master https://github.com/alastria/alastriaID-hardhat-contracts.git && npm install --prefix alastriaID-hardhat-contracts && npm run compile --prefix alastriaID-hardhat-contracts && node src/configFile.js && tsc",
"compile": "git clone --branch v2.2.0 https://github.com/alastria/alastriaID-hardhat-contracts.git && npm install --prefix alastriaID-hardhat-contracts && npm run compile --prefix alastriaID-hardhat-contracts && node src/configFile.js && tsc",
"clean": "rimraf dist alastriaID-hardhat-contracts",
"build": "run-s clean compile",
"test": "mocha -r ts-node/register test/**/*.ts",
Expand Down

0 comments on commit 3f60694

Please sign in to comment.