File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ module.exports = {
88 plugins : [
99 'sonarjs' ,
1010 ] ,
11+ ignorePatterns : [
12+ 'dist/**'
13+ ] ,
1114 env : {
1215 node : true ,
1316 } ,
Original file line number Diff line number Diff line change 6767 "simple-git" : " 1.65.0"
6868 },
6969 "scripts" : {
70- "build" : " babel src --out-dir dist && echo ' \n\\ 033[0;34m[+] \\ 033[0;32mBuild done \\ 033[0m' " ,
71- "build:watch" : " onchange 'src/**/*.js' 'node_modules/forest-express/dist/*' --no-exclude -i -- yarn build " ,
70+ "build" : " babel src --out-dir dist" ,
71+ "build:watch" : " onchange 'src/**/*.js' 'node_modules/forest-express/dist/*' --no-exclude -i -- babel --source-maps inline --out-dir dist src " ,
7272 "lint" : " ./node_modules/eslint/bin/eslint.js .eslint-bin src test" ,
7373 "test" : " jest" ,
7474 "test:coverage" : " jest --coverage"
You can’t perform that action at this time.
0 commit comments