We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a670621 + f7b4e51 commit cf26831Copy full SHA for cf26831
package.json
@@ -9,7 +9,7 @@
9
"types": "dist/index.d.ts",
10
"scripts": {
11
"postinstall": "run-s build",
12
- "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",
13
"clean": "rimraf dist",
14
"build": "run-s clean compile",
15
"test": "mocha -r ts-node/register test/**/*.ts",
0 commit comments