Skip to content

Commit 2583924

Browse files
committed
Update
[ghstack-poisoned]
1 parent b720c4b commit 2583924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",
@@ -34,6 +34,7 @@
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",

0 commit comments

Comments
 (0)