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
8b8cacdf
Commit
8b8cacdf
authored
Sep 08, 2016
by
chriseth
Committed by
GitHub
Sep 08, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #109 from ethereum/fixbuildwindows
Do not use -p for mkdir.
parents
32dad0c5
349ad7ce
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 @
8b8cacdf
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
"start_node"
:
"./runNode.sh"
,
"start_node"
:
"./runNode.sh"
,
"start_eth"
:
"eth -j --rpccorsdomain '*'"
,
"start_eth"
:
"eth -j --rpccorsdomain '*'"
,
"start_geth"
:
"geth --rpc --rpcapi 'web3,eth,debug' --rpcport 8545 --rpccorsdomain '*'"
,
"start_geth"
:
"geth --rpc --rpcapi 'web3,eth,debug' --rpcport 8545 --rpccorsdomain '*'"
,
"build"
:
"mkdir
-p
build; browserify src/index.js -g yo-yoify -o build/app.js"
,
"build"
:
"mkdir build; browserify src/index.js -g yo-yoify -o build/app.js"
,
"test"
:
"standard && tape ./test/tests.js"
,
"test"
:
"standard && 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"
,
...
...
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