File tree 2 files changed +357
-19
lines changed
2 files changed +357
-19
lines changed Original file line number Diff line number Diff line change 38
38
"@typescript-eslint/eslint-plugin" : " 2.26.0" ,
39
39
"@typescript-eslint/parser" : " 2.26.0" ,
40
40
"bullmq" : " ^1.8.11" ,
41
+ "cpx" : " ^1.5.0" ,
41
42
"cross-env" : " 7.0.2" ,
42
43
"eslint" : " 6.8.0" ,
43
44
"eslint-config-airbnb-base" : " 14.1.0" ,
57
58
"typescript" : " ^3.8.3"
58
59
},
59
60
"scripts" : {
60
- "build" : " rimraf lib && tsc -p ./tsconfig.build.json" ,
61
+ "build" : " rimraf lib && tsc -p ./tsconfig.build.json && yarn build-lua" ,
62
+ "build-lua" : " cpx \" src/**/*.{lua,}\" ./lib" ,
61
63
"watch" : " jest --watch" ,
62
64
"coverage" : " jest --coverage --maxWorkers 2" ,
63
65
"lint" : " yarn eslint && yarn tscheck" ,
64
66
"eslint" : " eslint --ext .ts ./src" ,
65
67
"tscheck" : " tsc --noEmit" ,
66
68
"test" : " cross-env NODE_ENV=test npm run coverage && npm run lint" ,
67
69
"semantic-release" : " semantic-release"
68
- }
70
+ },
71
+ "dependencies" : {}
69
72
}
You can’t perform that action at this time.
0 commit comments