File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 "lint" : " eslint 'src/**/*.js' 'demo/js/Demo.js' 'demo/js/Compare.js' 'examples/*.js' 'webpack.*.js'" ,
4646 "doc" : " yuidoc --config yuidoc.json --project-version $npm_package_version" ,
4747 "test" : " npm run test-node" ,
48- "test-all" : " jest" ,
48+ "test-all" : " jest --no-cache " ,
4949 "test-save" : " SAVE=true npm run test-node" ,
5050 "test-watch" : " npm run test-node -- --watch" ,
51- "test-node" : " jest ./test/Examples.spec.js" ,
52- "test-browser" : " jest ./test/Browser.spec.js" ,
51+ "test-node" : " jest --no-cache ./test/Examples.spec.js" ,
52+ "test-browser" : " jest --no-cache ./test/Browser.spec.js" ,
5353 "changelog" : " conventional-changelog -i CHANGELOG.md -s -r" ,
5454 "release" : " npm version --no-git-tag-version" ,
5555 "preversion" : " git checkout master && npm run lint && SAVE=true npm run test-all" ,
You can’t perform that action at this time.
0 commit comments