There was an error while loading. Please reload this page.
1 parent b6c7f63 commit 3565389Copy full SHA for 3565389
package.json
@@ -40,12 +40,14 @@
40
"build:extension": "npm run build:extension:chrome && npm run build:extension:firefox",
41
"build:extension:chrome": "node ./shells/chrome/build",
42
"build:extension:firefox": "node ./shells/firefox/build",
43
+ "build:standalone": "cd packages/react-devtools-core && npm run build",
44
"deploy": "cd ./shells/theme-preview && ./build.sh && gh-pages -d .",
45
"lint": "eslint .",
46
"postinstall": "lerna bootstrap",
47
"test": "node --harmony ./node_modules/.bin/jest",
48
"test:chrome": "node ./shells/chrome/test",
49
"test:firefox": "node ./shells/firefox/test",
50
+ "test:standalone": "cd packages/react-devtools && npm start",
51
"typecheck": "flow check"
52
},
53
"jest": {
0 commit comments