File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ module.exports = {
8
8
plugins : [
9
9
'sonarjs' ,
10
10
] ,
11
+ ignorePatterns : [
12
+ 'dist/**'
13
+ ] ,
11
14
env : {
12
15
node : true ,
13
16
} ,
Original file line number Diff line number Diff line change 67
67
"simple-git" : " 1.65.0"
68
68
},
69
69
"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 " ,
72
72
"lint" : " ./node_modules/eslint/bin/eslint.js .eslint-bin src test" ,
73
73
"test" : " jest" ,
74
74
"test:coverage" : " jest --coverage"
You can’t perform that action at this time.
0 commit comments