Skip to content

Commit

Permalink
Fix link tasks execution order
Browse files Browse the repository at this point in the history
  • Loading branch information
burcadoruciprian committed Dec 11, 2020
1 parent 91a8bcc commit d9987be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"clean:dev": "rmdir /Q /S node_modules",
"compile": "tsc -project task",
"clean": "rimraf dist && rimraf ./task/*.js && rimraf ./task/*.js.map",
"link": "mkdirp ./dist/task/node_modules && npm run link:copy && npm run link:install",
"link": "mkdirp ./dist/task/node_modules && npm run link:install && npm run link:copy",
"link:copy": "copyfiles ./node_modules/winfileinfo/*.node ./node_modules/registry-js/**/* ./dist/task/",
"link:install": "pushd dist\\task && npm install azure-pipelines-task-lib@2.10.0 && npm install azure-pipelines-tool-lib@0.13.2 && npm install semvish@^1.1.0 && npm install compare-ver@^2.0.2 && npm install ini-parser@^0.0.2 && popd",
"content:task": "copyfiles ./task/*.js ./task/task.json ./task/*.png dist",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "12.12.6",
"copyfiles": "^1.2.0",
"copyfiles": "2.4.1",
"eol": "^0.9.1",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.1",
Expand Down

0 comments on commit d9987be

Please sign in to comment.