We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7e1a0 commit a7c1dbeCopy full SHA for a7c1dbe
buildspec.yml
@@ -2,8 +2,9 @@ version: 0.1
2
phases:
3
install:
4
commands:
5
- - cd test && npm install
+ - mkdir -p test/service/node_modules/serverless-plugin-additional-stacks && cp index.js package.json README.md test/service/node_modules/serverless-plugin-additional-stacks/
6
- echo "CURRENT STATUS" && pwd && ls -l test/service/node_modules
7
+ - cd test && npm install
8
build:
9
10
- cd test && npm test
0 commit comments