File tree 4 files changed +384
-144
lines changed
4 files changed +384
-144
lines changed Original file line number Diff line number Diff line change 33
33
run : npm run build
34
34
35
35
- name : Run the tests
36
- run : npm run test
36
+ run : npm test
37
37
env :
38
38
CI : TRUE
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ A Webpack plugin to automatically reload browser extensions during development.
12
12
13
13
[ ![ npm version] ( https://img.shields.io/npm/v/webpack-ext-reloader )] ( https://www.npmjs.com/package/webpack-ext-reloader )
14
14
[ ![ Test Status] ( https://github.com/SimplifyJobs/webpack-ext-reloader/workflows/tests/badge.svg )] ( https://github.com/SimplifyJobs/webpack-ext-reloader/actions?query=branch%3Amaster )
15
+ [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/SimplifyJobs/webpack-ext-reloader/badge.svg )] ( https://snyk.io/test/github/SimplifyJobs/webpack-ext-reloader/ )
15
16
[ ![ NPM Downloads] ( https://img.shields.io/npm/dt/webpack-ext-reloader.svg )] ( https://www.npmjs.com/package/webpack-ext-reloader )
16
17
17
18
## Installing
You can’t perform that action at this time.
0 commit comments