We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4233bc5 commit ffd320cCopy full SHA for ffd320c
Changelog.md
@@ -24,6 +24,7 @@
24
2. Update the `examples/download_file` to match the usage of the new `Downloader` component.
25
3. Update the `.flake8` configurations.
26
4. Update the `docker` configurations.
27
+5. Remove the unused command `yarn start` from the `package.json`.
28
29
### 0.1.2 @ 10/13/2024
30
package.json
@@ -27,7 +27,6 @@
],
"main": "build/index.js",
"scripts": {
- "start": "webpack serve --config ./webpack.serve.config.js --open",
31
"validate-init": "python _validate_init.py",
32
"prepublishOnly": "npm run validate-init",
33
"build:js": "webpack --mode production",
0 commit comments