Skip to content

Commit

Permalink
Merge pull request StackToolbox#59 from gustavjorlov/develop
Browse files Browse the repository at this point in the history
Added dependency to make the suggested use of 'rimraf' in the npm scripts to work
  • Loading branch information
buggy authored Aug 20, 2021
2 parents ca39ee6 + 4b5b7b2 commit 7276a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Create a `package.json` in your projects root folder using `npm init` or `yarn i
Install the development dependencies:

```bash
npm install webpack webpack-cli typescript ts-loader aws-sam-webpack-plugin @types/aws-lambda --save-dev
npm install webpack webpack-cli typescript ts-loader aws-sam-webpack-plugin @types/aws-lambda rimraf --save-dev
```

or

```bash
yarn add webpack webpack-cli typescript ts-loader aws-sam-webpack-plugin @types/aws-lambda -D
yarn add webpack webpack-cli typescript ts-loader aws-sam-webpack-plugin @types/aws-lambda rimraf -D
```

Install the production dependencies:
Expand Down

0 comments on commit 7276a4a

Please sign in to comment.