make rollup externals accept globs
This commit is contained in:
committed by
Florian Schade
parent
d744896a63
commit
072042efaa
+5
-5
@@ -1,15 +1,15 @@
|
||||
## Requirements
|
||||
- [K6](https://k6.io/)
|
||||
- [YARN](https://yarnpkg.com/)
|
||||
- [OCIS](https://github.com/owncloud/ocis)
|
||||
* [K6](https://k6.io/)
|
||||
* [YARN](https://yarnpkg.com/)
|
||||
* [OCIS](https://github.com/owncloud/ocis)
|
||||
|
||||
## How to build
|
||||
```
|
||||
```console
|
||||
$ yarn
|
||||
$ yarn build
|
||||
```
|
||||
|
||||
## How to run
|
||||
```
|
||||
```console
|
||||
k6 run ./dist/TESTNAME.js
|
||||
```
|
||||
Reference in New Issue
Block a user