From 8662b078229b9394b8e0fe88e052718ab5eba7ad Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 13 Aug 2019 16:03:45 -0400 Subject: [PATCH] Remove format step --- docs/javascript-action.md | 6 ------ 1 file changed, 6 deletions(-) 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