Skip to content

Commit 27c0896

Browse files
Merge pull request steam-bell-92#1466 from Tomeshwari-02/fix/web-app-start-script
Add web app start script
2 parents e0a3192 + 715a9a9 commit 27c0896

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {
6+
"start": "python -m http.server 8000",
67
"build": "esbuild cm-src/cm-bundle.js --bundle --minify --format=iife --outfile=js/cm-editor.js",
78
"test": "npm run test:e2e",
89
"test:e2e": "playwright test"

0 commit comments

Comments
 (0)