We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb18f4 commit 1ecdc6aCopy full SHA for 1ecdc6a
src/fftools/package.json
@@ -1,13 +1,9 @@
1
{
2
"scripts":
3
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"
+ "build" : "../../node_modules/webpack/bin/webpack.js",
+ "lint" : "DO_LINT=true npm run build",
+ "dev" : "DEBUG=true npm run build -- -w -d --no-color",
+ "test-unit": "echo 'No jsTest in this project.'"
12
}
13
0 commit comments