Skip to content

Commit 66b1bef

Browse files
authored
fix: right path of start script (#36)
1 parent 0cddc47 commit 66b1bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"WebAssembly"
1616
],
1717
"scripts": {
18-
"start": "dotnet watch -p ./example/AntDesign.Pro.Layout.Wasm run",
18+
"start": "dotnet watch -p ./src/layout/example/AntDesign.ProLayout.Wasm run",
1919
"gulp:layout": "gulp --gulpfile ./src/layout/src/gulpfile.js",
2020
"gulp:example": "gulp --gulpfile ./src/layout/example/AntDesign.ProLayout.Wasm/gulpfile.js",
2121
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)