Skip to content

Commit eded96a

Browse files
committed
docs(scripts): remove es check
1 parent 28a147b commit eded96a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

SCRIPTS.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ Runs a webpack build and transpile on all packages that start with '@webex/widge
7474
* Executes [`webpackBuild`](#webpackBuild) command.
7575
* Executes [`transpile`](#transpile) command.
7676

77-
### `npm run es5-check:dist`
78-
Verifies that the bundles are es5 compatible.
79-
80-
### `npm run es6-check:esm`
81-
Verifies that the ES modules are es6 compatible.
8277
## Publish
8378

8479
Publishing the different packages to NPM.
@@ -90,7 +85,6 @@ Runs the commands necessary to publish all of the widgets and components to NPM
9085
* `build:components`
9186
* `build:widgets`
9287
* `build:packagejson`
93-
* `es6-check:esm`
9488
* `publish components`
9589

9690
### `npm run publish components`

0 commit comments

Comments
 (0)