Skip to content

Commit 8e3cb3b

Browse files
authored
Merge pull request #139 from alastria/develop
New Release (1.6?)
2 parents fa6a3d9 + cf26831 commit 8e3cb3b

File tree

4 files changed

+27
-17
lines changed

4 files changed

+27
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"types": "dist/index.d.ts",
1010
"scripts": {
1111
"postinstall": "run-s build",
12-
"compile": "git clone --branch mvp0.1 https://github.com/alastria/alastria-identity.git; node src/configFile.js; tsc",
12+
"compile": "git clone --branch mvp0.1 https://github.com/alastria/alastria-identity.git && node src/configFile.js && tsc",
1313
"clean": "rimraf dist",
1414
"build": "run-s clean compile",
1515
"test": "mocha -r ts-node/register test/**/*.ts",

0 commit comments

Comments
 (0)