File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ notifications :
2
+ email : false
3
+ language : node_js
4
+ sudo : false
5
+ node_js :
6
+ - " node"
7
+ install :
8
+ - npm install
9
+ script :
10
+ - npm run lint:ci
11
+ - npm run build
12
+ - npm run test
13
+ - npm run md:build
Original file line number Diff line number Diff line change 11
11
"serve" : " serve dist -p 8080" ,
12
12
"test" : " mocha" ,
13
13
"lint" : " prettier --write **/*.js **/*.ts **/*.json !build/**/* !dist/**/*" ,
14
+ "lint:ci" : " prettier --check **/*.js **/*.ts **/*.json !build/**/* !dist/**/*" ,
14
15
"lib:watch" : " chokidar --initial \" lib/**/*\" -c \" run-s lib:wasm:build lib:js:build:dev test\" " ,
15
16
"lib:test:watch" : " chokidar \" test/**/*.js\" \" test/**/*.ts\" -c \" run-s lib:test:build test\" " ,
16
17
"lib:wasm:build" : " run-s lib:wasm:build:debug lib:wasm:build:optimized lib:wasm:build:cp" ,
You can’t perform that action at this time.
0 commit comments