You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now examples are built by npm scripts, which was a workaround for build test. Now that Ava is integreted, this is no longer necessary. So we need new way running examples. Requirements:
Running examples does not couple with main package.json.
Example can have more side effect like HTML view and network request, with its standalone package.json or simply run in node.
All examples should have similiar way of running, with a unified README in examples folder.
The text was updated successfully, but these errors were encountered:
For now examples are built by npm scripts, which was a workaround for build test. Now that Ava is integreted, this is no longer necessary. So we need new way running examples. Requirements:
package.json
.package.json
or simply run in node.examples
folder.The text was updated successfully, but these errors were encountered: