diff --git a/package.json b/package.json index d4217526b6..f01b85eb01 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,8 @@ "docusaurus/website" ], "scripts": { + "testv2": "echo 'No tests yet'", + "startv2": "node index.js" "build": "cd packages/react-scripts && node bin/react-scripts.js build", "changelog": "lerna-changelog", "create-react-app": "node tasks/cra.js",