Skip to content

Commit 3565389

Browse files
committed
Added top-level npm scripts for building and testing devtools-core/standalone
1 parent b6c7f63 commit 3565389

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@
4040
"build:extension": "npm run build:extension:chrome && npm run build:extension:firefox",
4141
"build:extension:chrome": "node ./shells/chrome/build",
4242
"build:extension:firefox": "node ./shells/firefox/build",
43+
"build:standalone": "cd packages/react-devtools-core && npm run build",
4344
"deploy": "cd ./shells/theme-preview && ./build.sh && gh-pages -d .",
4445
"lint": "eslint .",
4546
"postinstall": "lerna bootstrap",
4647
"test": "node --harmony ./node_modules/.bin/jest",
4748
"test:chrome": "node ./shells/chrome/test",
4849
"test:firefox": "node ./shells/firefox/test",
50+
"test:standalone": "cd packages/react-devtools && npm start",
4951
"typecheck": "flow check"
5052
},
5153
"jest": {

0 commit comments

Comments
 (0)