Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
keenondrums committed Feb 20, 2019
1 parent 02d1795 commit 80b535e
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
@@ -1,11 +1,11 @@
{
"name": "angular-builder-custom-terser-options",
"version": "1.0.0",
"version": "1.0.1",
"description": "Angular builder that allows Terser (Uglify) customization",
"main": "dist/index.js",
"builders": "builders.json",
"scripts": {
"compile": "npx rimraf ./dist && npx tsc -p ./tsconfig.prod.json & npx copyfiles ./src/**/*.json dist",
"compile": "npx rimraf ./dist && npx tsc -p ./tsconfig.prod.json && npx copyfiles ./src/**/*.json dist",
"lint": "npx tsc -p ./tsconfig.json --noEmit && npx tslint -c ./tslint.json -p ./tsconfig.json",
"prepack": "npm run compile"
},
Expand Down

0 comments on commit 80b535e

Please sign in to comment.