Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Mar 20, 2024
1 parent 990e768 commit 57e85d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "10.0.11",
"description": "Test plugin to lern dev enveroument",
"scripts": {
"build": "cd ./ngx-flow && npm run build:component && cd .. && webpack -c ./.config/webpack/webpack.config.ts --env production",
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
"test": "jest --watch --onlyChanged",
"test:ci": "jest --passWithNoTests --maxWorkers 4",
Expand Down Expand Up @@ -72,4 +72,4 @@
"web-component-load": "^1.0.1"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 57e85d5

Please sign in to comment.