Skip to content

Commit

Permalink
[code] fix double build for dev compiles (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: shawnfunke <[email protected]>

---------

Signed-off-by: shawnfunke <[email protected]>
  • Loading branch information
shawnfunke authored Dec 18, 2023
1 parent 8a291e6 commit a0198d1
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 @@ -22,7 +22,7 @@
"compile": "npm run clean && npm run test && webpack --mode production",
"compile:dev": "npm run clean && npm run test && webpack --mode development",
"build": "npm run compile",
"build:dev": "npm run compile:dev && npm run postbuild:dev",
"build:dev": "npm run compile:dev",
"postbuild": "npm run package-extension -- --rev-version",
"postbuild:dev": "npm run package-extension:dev -- --rev-version",
"package-extension": "tfx extension create --manifest-globs azure-devops-extension.json src/Modules/**/*.json",
Expand Down

0 comments on commit a0198d1

Please sign in to comment.