Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 2, 2021
1 parent 99f8dd8 commit 1675cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- run: npm run build:hapi
- run: npm run build:react-component
- run: npm run build:react-component-tsx
- run: npm run build:express-typeorm"

- name: Is a tag created auto?
id: create_tag
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build:hapi": "lerna exec \"npm run build\" --scope @template/hapi",
"build:react-component": "lerna exec \"npm run build && npm run doc\" --scope @template/react-component --stream",
"build:react-component-tsx": "lerna exec \"npm run build\" --scope @template/react-component-tsx",
"build:express-typeorm": "lerna exec \"npm run build\" --scope @template/express-typeorm",
"watch": "lerna exec \"tsc -p ./ --types --outDir lib --watch\" --scope tsbb",
"build": "lerna exec \"tsc -p ./ --types --outDir lib\" --scope create-tsbb --scope tsbb --stream",
"type-check": "lerna exec \"tsc --noEmit\" --scope create-tsbb --scope tsbb --stream",
Expand Down

0 comments on commit 1675cd5

Please sign in to comment.