Skip to content

Commit

Permalink
Merge pull request #138 from alastria/bugfix/compile-script-windows-e…
Browse files Browse the repository at this point in the history
…nvironment

Fix npm compile script for Windows environment
  • Loading branch information
VictorNS69 authored Dec 9, 2020
2 parents a670621 + f7b4e51 commit cf26831
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 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

0 comments on commit cf26831

Please sign in to comment.