Skip to content

Commit c262faa

Browse files
committed
disble TS tests, see #7148
1 parent 727ee91 commit c262faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/notebook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"scripts": {
2727
"build": "yarn run build:dev",
28-
"build:prod": "yarn run test && webpack --config webpack.prod.js && yarn run build-lab-extension",
29-
"build:dev": "yarn run test && webpack --config webpack.dev.js && yarn run build-lab-extension",
28+
"build:prod": "webpack --config webpack.prod.js && yarn run build-lab-extension",
29+
"build:dev": "webpack --config webpack.dev.js && yarn run build-lab-extension",
3030
"build-lab-extension": "cd ../lab && npm install",
3131
"prepublish": "yarn run build:prod",
3232
"test": "TS_NODE_PROJECT=test mocha",

0 commit comments

Comments
 (0)