diff --git a/docs/javascript-action.md b/docs/javascript-action.md index bff49dfd..75a6a615 100644 --- a/docs/javascript-action.md +++ b/docs/javascript-action.md @@ -80,12 +80,6 @@ run(); Modify tests in `__tests__\main.test.ts`. The template uses [jest](https://github.com/facebook/jest). -## Format the Code - -```bash -$ npm run format -``` - ## Build and Test ```bash