File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1+ use nix -p nodejs
12layout node
Original file line number Diff line number Diff line change 11language : node_js
2- cache :
3- directories :
4- - node_modules
52notifications :
63 email : false
74node_js :
1310 - stage : release
1411 node_js : lts/*
1512 # Advanced: optionally overwrite your default `script` step to skip the tests
16- # script: skip
13+ script : skip
1714 deploy :
1815 provider : script
1916 skip_cleanup : true
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ git clone https://github.com/jethrokuan/sharedb-ace.git
5252#+END_SRC
5353
5454#+BEGIN_SRC sh
55- cd sharedb-ace && yarn install
55+ cd sharedb-ace && npm install
5656#+END_SRC
5757
5858*** Generating JS Docs
Original file line number Diff line number Diff line change 1414 "build" : " npm run build:npm && npm run build:dist" ,
1515 "build:npm" : " babel source --presets babel-preset-latest --out-dir distribution" ,
1616 "build:dist" : " webpack" ,
17- "watch" : " npm run build" ,
1817 "test" : " echo 'doing nothing'" ,
1918 "lint" : " eslint source" ,
20- "docs" : " jsdoc source/*.js -d ./docs/" ,
21- "prepublish" : " npm run build" ,
19+ "docs" : " jsdoc source/*.js -d ./docs/"
2220 },
2321 "precommit" : {
2422 "run" : [
You can’t perform that action at this time.
0 commit comments