File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed
cli/generators/project/templates Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11package-lock = true
2+ scripts-prepend-node-path = true
3+
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ install:
1010
1111test_script :
1212 - npm run build
13- - npm run mocha --scripts-prepend-node-path
13+ - npm run mocha
1414
1515cache :
1616 - " %LOCALAPPDATA%\\ Yarn"
Original file line number Diff line number Diff line change @@ -1006,8 +1006,8 @@ To set up code coverage:
10061006 "precoverage" : " npm test" ,
10071007 "coverage" : " open coverage/index.html" ,
10081008 "coverage:ci" : " lb-nyc report --reporter=text-lcov | coveralls" ,
1009- "test" : " lb-nyc npm run mocha --scripts-prepend-node-path " ,
1010- "test:ci" : " lb-nyc npm run mocha --scripts-prepend-node-path "
1009+ "test" : " lb-nyc npm run mocha" ,
1010+ "test:ci" : " lb-nyc npm run mocha"
10111011 ```
10121012
10131013 ` converage:ci ` sets up integration with [ Coveralls] ( https://coveralls.io/ ) .
Original file line number Diff line number Diff line change 6060 "build" : " node packages/build/bin/compile-package -b" ,
6161 "build:full" : " npm ci --ignore-scripts && lerna bootstrap --ci && npm run clean && npm run build" ,
6262 "pretest" : " npm run clean && npm run build" ,
63- "test" : " node packages/build/bin/run-nyc npm run mocha --scripts-prepend-node-path " ,
64- "test:ci" : " node packages/build/bin/run-nyc npm run mocha --scripts-prepend-node-path " ,
63+ "test" : " node packages/build/bin/run-nyc npm run mocha" ,
64+ "test:ci" : " node packages/build/bin/run-nyc npm run mocha" ,
6565 "verify:docs" : " npm run build:site -- --verify" ,
6666 "build:site" : " ./bin/build-docs-site.sh" ,
6767 "docs:prepare" : " ./docs/bin/build-preview-site.sh" ,
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ npm run build
126126 "precoverage" : " npm test" ,
127127 "coverage" : " open coverage/index.html" ,
128128 "coverage:ci" : " lb-nyc report --reporter=text-lcov | coveralls" ,
129- "test" : " lb-nyc npm run mocha --scripts-prepend-node-path " ,
130- "test:ci" : " lb-nyc npm run mocha --scripts-prepend-node-path "
129+ "test" : " lb-nyc npm run mocha" ,
130+ "test:ci" : " lb-nyc npm run mocha"
131131 ```
132132
133133 `converage:ci` sets up integration with [Coveralls](https://coveralls.io/).
Original file line number Diff line number Diff line change 11package-lock = true
2+ scripts-prepend-node-path = true
You can’t perform that action at this time.
0 commit comments