Commit 3968590 Trevor Sundberg
committed
1 parent 117e68f commit 3968590 Copy full SHA for 3968590
File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ *
2
+ ! host /**
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ deploy:
20
20
api_key : $GITHUB_TOKEN
21
21
file_glob : true
22
22
file : bin/*.{zip,tar.xz}
23
+ on :
24
+ branch : master
25
+ tags : true
26
+ - provider : npm
27
+ email : $NPM_EMAIL
28
+ api_key : $NPM_TOKEN
23
29
on :
24
30
branch : master
25
31
tags : true
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.3" ,
4
4
"description" : " Generate a unique shareable link and remote into a machine via web interface (SSH)" ,
5
5
"main" : " .eslintrc.js" ,
6
+ "bin" : " host/bin/host/src/index.js" ,
6
7
"scripts" : {
7
8
"build-client" : " cd client && npm install --no-progress && eslint src/* && rm -rf ./bin && webpack --mode production" ,
8
9
"start-client" : " cd client && node --max_old_space_size=8192 ../node_modules/.bin/webpack-dev-server --mode development --open --hot" ,
You can’t perform that action at this time.
0 commit comments