Skip to content

Commit ffd320c

Browse files
committed
0.2.0 - remove the unused command
Remove the unused command `yarn start` from the `package.json`.
1 parent 4233bc5 commit ffd320c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
2. Update the `examples/download_file` to match the usage of the new `Downloader` component.
2525
3. Update the `.flake8` configurations.
2626
4. Update the `docker` configurations.
27+
5. Remove the unused command `yarn start` from the `package.json`.
2728

2829
### 0.1.2 @ 10/13/2024
2930

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
],
2828
"main": "build/index.js",
2929
"scripts": {
30-
"start": "webpack serve --config ./webpack.serve.config.js --open",
3130
"validate-init": "python _validate_init.py",
3231
"prepublishOnly": "npm run validate-init",
3332
"build:js": "webpack --mode production",

0 commit comments

Comments
 (0)