Skip to content

Commit 7694c8e

Browse files
committed
fix eject script
1 parent e13da42 commit 7694c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"lint": "eslint src",
129129
"test": "craco test",
130130
"test-no-watch": "craco test --watchAll=false",
131-
"eject": "craco eject"
131+
"eject": "react-scripts eject"
132132
},
133133
"eslintConfig": {
134134
"extends": [

0 commit comments

Comments
 (0)