File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1515 "start" : " yarn workspace playground run start" ,
1616 "next" : " yarn workspace playground run dev" ,
1717 "build" : " yarn workspaces run build" ,
18- "dev" : " echo DEPRECATED: use `cd ../../ apps/playground && yarn dev` instead" ,
18+ "dev" : " echo ' DEPRECATED: use `cd apps/playground && yarn dev` instead!' && sleep 5 && cd apps/playground && yarn dev " ,
1919 "test" : " yarn workspaces run test" ,
2020 "snap" : " yarn workspace babel-plugin-react-compiler run snap" ,
2121 "snap:build" : " yarn workspace snap run build" ,
3434 "@tsconfig/strictest" : " ^2.0.5" ,
3535 "concurrently" : " ^7.4.0" ,
3636 "folder-hash" : " ^4.0.4" ,
37+ "object-assign" : " ^4.1.1" ,
3738 "ora" : " 5.4.1" ,
3839 "prettier" : " ^3.3.3" ,
3940 "prettier-plugin-hermes-parser" : " ^0.23.0" ,
You can’t perform that action at this time.
0 commit comments