We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f60694 commit 43531c6Copy full SHA for 43531c6
package.json
@@ -9,7 +9,7 @@
9
"types": "dist/index.d.ts",
10
"scripts": {
11
"postinstall": "run-s build",
12
- "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",
+ "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",
13
"clean": "rimraf dist alastriaID-hardhat-contracts",
14
"build": "run-s clean compile",
15
"test": "mocha -r ts-node/register test/**/*.ts",
0 commit comments