make rollup externals accept globs

This commit is contained in:
Florian Schade
2020-11-25 12:42:16 +01:00
committed by Florian Schade
parent d744896a63
commit 072042efaa
4 changed files with 25 additions and 6 deletions
+5 -5
View File
@@ -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
```