chore: add cbt tunnels
This commit is contained in:
parent
625c4fbc5e
commit
bd3cfaefd6
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ test.log
|
||||
/.npmrc
|
||||
/config/webpack.yml
|
||||
static/wp-*/
|
||||
tunnel.log
|
||||
|
||||
3
cbt.sh
Executable file
3
cbt.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cbt_tunnels --username $CBT_USERNAME --authkey $CBT_AUTHKEY
|
||||
1265
package-lock.json
generated
1265
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,6 +10,7 @@
|
||||
"test": "run-s frontend:test yesod:test",
|
||||
"lint": "run-s frontend:lint yesod:lint",
|
||||
"build": "run-s frontend:build yesod:build",
|
||||
"cbt": "./cbt.sh",
|
||||
"yesod:db": "./db.sh",
|
||||
"yesod:start": "./start.sh",
|
||||
"yesod:lint": "./hlint.sh",
|
||||
@ -67,6 +68,7 @@
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
"babel-plugin-transform-decorators-legacy": "^1.3.5",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"cbt_tunnels": "^1.2.2",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"copy-webpack-plugin": "^5.1.0",
|
||||
"css-loader": "^2.1.1",
|
||||
|
||||
Reference in New Issue
Block a user