Skip to content

Commit

Permalink
point back to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorNS69 committed Mar 28, 2022
1 parent deaf36c commit 598db51
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 v2.0.0 https://github.com/alastria/alastriaID-truffle-contracts.git && npm install --prefix alastriaID-truffle-contracts && npm run compile --prefix alastriaID-truffle-contracts && node src/configFile.js && tsc",
"compile": "git clone --branch develop https://github.com/alastria/alastriaID-truffle-contracts.git && npm install --prefix alastriaID-truffle-contracts && npm run compile --prefix alastriaID-truffle-contracts && node src/configFile.js && tsc",
"clean": "rimraf dist alastriaID-truffle-contracts",
"build": "run-s clean compile",
"test": "mocha -r ts-node/register test/**/*.ts",
Expand Down

0 comments on commit 598db51

Please sign in to comment.