Skip to content

Commit

Permalink
chore(temp): enable Tailwind purge
Browse files Browse the repository at this point in the history
  • Loading branch information
ju4n97 committed Apr 4, 2021
1 parent fd89d38 commit 401bce0
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 @@ -9,8 +9,8 @@
"start": "ng serve",
"start:es": "ng serve -c=es --port 4201",
"build": "ng build",
"build:prod": "ng build --prod --build-optimizer --aot --stats-json",
"build:i18n": "ng build --prod --build-optimizer --aot --stats-json --localize",
"build:prod": "set NODE_ENV=production&& ng build --prod --build-optimizer --aot --stats-json",
"build:i18n": "set NODE_ENV=production&& ng build --prod --build-optimizer --aot --stats-json --localize",
"test": "ng test",
"test:coverage": "ng test --coverage",
"lint": "ng lint",
Expand Down

0 comments on commit 401bce0

Please sign in to comment.