Skip to content

Commit

Permalink
fix: post build script remove
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Jan 24, 2025
1 parent d3afa9a commit cae1409
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
"ng": "ng",
"start": "ng serve --no-hmr",
"build": "ng build",
"build:module": "ng build darkmode-angular && npm run postbuild",
"build:module": "ng build darkmode-angular && node scripts/post-build.js",
"version": "cd projects/darkmode-angular && npm version patch",
"publish": "cd dist/darkmode-angular && npm publish",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --watch=false --browsers=ChromeHeadless",
"postbuild": "node scripts/post-build.js"
"test:ci": "ng test --watch=false --browsers=ChromeHeadless"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit cae1409

Please sign in to comment.