Skip to content

Commit 1ecdc6a

Browse files
committed
fix fftools:jsTest not found error
1 parent bfb18f4 commit 1ecdc6a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/fftools/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
22
"scripts":
33
{
4-
"webpack" : "../../node_modules/webpack/bin/webpack.js",
5-
"build" : "npm run webpack -- --bail",
6-
"lint" : "DO_LINT=true npm run webpack",
7-
"lint:strict" : "DO_LINT_STRICT=true npm run webpack",
8-
"dev" : "DEBUG=true npm run webpack -- -w -d --no-color",
9-
"test" : "npm run test:unit && npm run test:server",
10-
"test:unit": "node ../../node_modules/karma/bin/karma start",
11-
"test:server": "mocha --harmony bin/test-server"
4+
"build" : "../../node_modules/webpack/bin/webpack.js",
5+
"lint" : "DO_LINT=true npm run build",
6+
"dev" : "DEBUG=true npm run build -- -w -d --no-color",
7+
"test-unit": "echo 'No jsTest in this project.'"
128
}
139
}

0 commit comments

Comments
 (0)