Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit f988e90

Browse files
npm install serverless component on travis
1 parent 466cb40 commit f988e90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ node_js:
1010
install:
1111
- npm install
1212
- cd packages/serverless-nextjs-plugin && npm install && cd ../../
13+
- cd packages/serverless-nextjs-component && npm install && cd ../../
1314
- cd integration/app-with-serverless-offline && npm install && cd ../../
1415
script:
1516
- npm run lint

0 commit comments

Comments
 (0)