Skip to content

Commit

Permalink
refactor(package-json): build command
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi committed Dec 3, 2020
1 parent 7efbd82 commit 2d01240
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,7 @@
"clear": "prettier --write '**/projects/**/*.{js,ts,html,md,less,json}' && tslint '**/projects/**/*.ts' --fix",
"typecheck": "tsc --noEmit --skipLibCheck",
"*** build **": "use package=name command to build a package",
"build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng run $package:build --configuration=production",
"build:cdk": "package=cdk npm run build",
"build:core": "package=core npm run build",
"build:kit": "package=kit npm run build",
"build:addon-charts": "package=addon-charts npm run build",
"build:addon-commerce": "package=addon-commerce npm run build",
"build:addon-doc": "package=addon-doc npm run build",
"build:addon-mobile": "package=addon-mobile npm run build",
"build:addon-table": "package=addon-table npm run build",
"build:addon-tablebars": "package=addon-tablebars npm run build",
"build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --configuration=production",
"build:tools": "ng build cypress-testing && ng build testing",
"*** Icons ***": "",
"compile:icons": "ts-node --project ./tsconfig.compiler.json scripts/compileIcons.ts",
Expand Down

0 comments on commit 2d01240

Please sign in to comment.