Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Vorobiev authored and Aleksandr Vorobiev committed Dec 4, 2020
1 parent 8532f7f commit 7badf62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test-integration/app-under-test/sls-package.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
rm -rf serverless-newrelic-alerts
mkdir serverless-newrelic-alerts
cp ../../../package.json serverless-newrelic-alerts/
cp ../../../package-lock.json serverless-newrelic-alerts/
cp -R ../../../dist serverless-newrelic-alerts/
cp ../../package.json serverless-newrelic-alerts/
cp ../../package-lock.json serverless-newrelic-alerts/
cp -R ../../dist serverless-newrelic-alerts/

npm install

Expand Down

0 comments on commit 7badf62

Please sign in to comment.