mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31:31 +08:00
suppress warnings with RUBYOPT prefix in package.json commands (#314)
This commit is contained in:
parent
127f26cc06
commit
724ded359c
@ -32,8 +32,8 @@
|
|||||||
"node": ">=0.10.3"
|
"node": ">=0.10.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "bundle exec jekyll build",
|
"build": "RUBYOPT='-W0' bundle exec jekyll build",
|
||||||
"dev": "bundle exec jekyll serve -w",
|
"dev": "RUBYOPT='-W0' bundle exec jekyll serve -w",
|
||||||
"contributors:add": "all-contributors add",
|
"contributors:add": "all-contributors add",
|
||||||
"contributors:generate": "all-contributors generate"
|
"contributors:generate": "all-contributors generate"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user