Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
9dff33c9
Commit
9dff33c9
authored
Jan 02, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readd lint
parent
7adbe521
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
package.json
package.json
+1
-1
No files found.
package.json
View file @
9dff33c9
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
"start_eth"
:
"npm run warning_message; eth -j --rpccorsdomain '*'"
,
"start_eth"
:
"npm run warning_message; eth -j --rpccorsdomain '*'"
,
"start_geth"
:
"npm run warning_message; geth --rpc --rpcapi 'web3,eth,debug' --rpcport 8545 --rpccorsdomain '*'"
,
"start_geth"
:
"npm run warning_message; geth --rpc --rpcapi 'web3,eth,debug' --rpcport 8545 --rpccorsdomain '*'"
,
"build"
:
"mkdir build; browserify src/index.js -g yo-yoify -o build/app.js -t [ babelify ]; babel --plugins=transform-es2015-template-literals build/app.js --out-file build/app.js"
,
"build"
:
"mkdir build; browserify src/index.js -g yo-yoify -o build/app.js -t [ babelify ]; babel --plugins=transform-es2015-template-literals build/app.js --out-file build/app.js"
,
"test"
:
"babel src --out-dir babelify-src; tape ./test/tests.js"
,
"test"
:
"
standard;
babel src --out-dir babelify-src; tape ./test/tests.js"
,
"serve"
:
"http-server ."
,
"serve"
:
"http-server ."
,
"nightwatch_local"
:
"nightwatch --config nightwatch.js --env local"
,
"nightwatch_local"
:
"nightwatch --config nightwatch.js --env local"
,
"nightwatch_remote_firefox"
:
"nightwatch --config nightwatch.js --env default"
,
"nightwatch_remote_firefox"
:
"nightwatch --config nightwatch.js --env default"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment