Skip to content

Commit

Permalink
build(examples): improve build for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Pintus committed Jan 31, 2019
1 parent 5305d3e commit 692bf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean:all": "npm run clean && rimraf node_modules",
"prebuild": "rimraf dist",
"build": "tsc",
"build:examples": "tsc -p examples && (cd examples/lambda-bot-manager && npm i && npm run build) && (cd examples/lambda-bot-filter && npm i && npm run build)",
"build:examples": "(cd examples/lambda-bot-manager && npm i && npm run build) && (cd examples/lambda-bot-filter && npm i && npm run build) && (tsc -p examples)",
"build:all": "npm run build && tsc -p test && npm run build:examples",
"commit": "git-cz",
"check-coverage": "./node_modules/.bin/nyc check-coverage --statements 90 --branches 60 --functions 80 --lines 90",
Expand Down

0 comments on commit 692bf89

Please sign in to comment.