Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 537d87e

Browse files
committed
Merge pull request plotly#402 from plotly/npm-start
add 'npm start' alias to start test dashboard
2 parents 013e778 + b2f9b1c commit 537d87e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"test-syntax": "node test/syntax_test.js",
3636
"test-bundle": "node tasks/test_bundle.js",
3737
"test": "npm run citest-jasmine && npm run test-image && npm run test-syntax && npm run test-bundle",
38+
"start": "npm run start-test_dashboard",
3839
"start-test_dashboard": "node devtools/test_dashboard/server.js",
3940
"start-image_viewer": "node devtools/image_viewer/server.js",
4041
"baseline": "./tasks/baseline.sh",

0 commit comments

Comments
 (0)