Commit graph

15 commits

Author SHA1 Message Date
Renée Kooi
7b2283d8ef
examples: add npm run example script
a bad result from adding the examples as dependencies of the root
repository is that they now don't have access to the npm binaries they
need to run in their own folder, because they are installed into the
root repository instead.

this works around that issue.

we may need to consider undoing that change and making the examples work
as standalone projects again, that's easier to understand.

fixes #2024 for now.
2020-01-15 11:16:56 +01:00
Renée Kooi
10bc79574e
lerna link convert (#1730)
* lerna link convert

* ci: use npm ci

* update lockfile

* companion: set `bin` to source file

Since typescript doesn't actually transform anything, we can just use
this.

In a next major version we could set `noEmit: true` in the tsconfig and
stop publishing `lib`.

* companion: do chmod +x on start-server.js

* build: remove obsolete lerna config

* build: explicitly install latest versions when building e2e tests for ci

* Remove versions from private packages

* fix regex

* try fix

* ci: force npm to install to endtoend folder

* ci: fold up e2e build output

* Update netlify deploy preview command

* Remove mentions of npm run bootstrap

* Edit .github/CONTRIBUTING.md instead

* companion: add proxy executable

* companion: fix publish

* Downgrade jest to appease create-react-app
2019-07-19 12:16:36 +02:00
Renée Kooi
9f22fb28e4
xhr-upload: send global metadata when bundle: true (#1677) 2019-07-05 17:11:57 +02:00
Renée Kooi
513ba53c37
examples: mention that you need to install & bootstrap 2019-06-03 13:53:56 +02:00
Renée Kooi
2574d1251c
Update babel in examples 2019-05-20 11:27:04 +02:00
Renée Kooi
e9f20282bc
Update a bunch of dependencies 2019-04-01 11:20:57 +02:00
Renée Kooi
e031077c4b
examples: Update xhr-bundle deps. 2018-08-13 12:47:54 +02:00
Artur Paikin
13902c0eba remove more autoProceed: false from examples 2018-07-15 23:58:22 -04:00
Artur Paikin
356585f4af update to status-bar and xhr-upload in: tests, website, dependencies, examples 2018-06-21 16:20:55 -04:00
Renée Kooi
a4822ee90d
Update require() paths in examples. 2018-06-18 11:45:40 +02:00
Artur Paikin
2b06af0fc9
Merge branch 'master' into hide-buttons-status-bar 2018-05-27 23:58:54 -04:00
Matteo Padovano
2c67ee6362 allow to hide cancel and retry buttons 2018-05-11 02:46:25 +02:00
Renée Kooi
37768e1531
core: Remove .run(). 2018-04-30 12:17:13 +02:00
Renée Kooi
4f4a741221
Fix some example names. 2018-04-09 14:28:23 +02:00
Renée Kooi
2fc44cb6e3
examples: Add XHRUpload bundle option example. 2018-01-08 11:52:45 +01:00