Skip to content

Commit

Permalink
Merge pull request #139 from alastria/develop
Browse files Browse the repository at this point in the history
New Release (1.6?)
  • Loading branch information
VictorNS69 authored Jan 15, 2021
2 parents fa6a3d9 + cf26831 commit 8e3cb3b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 17 deletions.
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 mvp0.1 https://github.com/alastria/alastria-identity.git; node src/configFile.js; tsc",
"compile": "git clone --branch mvp0.1 https://github.com/alastria/alastria-identity.git && node src/configFile.js && tsc",
"clean": "rimraf dist",
"build": "run-s clean compile",
"test": "mocha -r ts-node/register test/**/*.ts",
Expand Down
Loading

0 comments on commit 8e3cb3b

Please sign in to comment.