Fix: examples build

This commit is contained in:
Jeronimo Vallelunga 2017-07-26 20:58:57 -03:00
parent 9c06d508ed
commit 56a60ec5aa
3 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,7 +4,6 @@ tmp.js
# Compiled
build
dist
# Logs
logs

1
dist/redux-bluetooth.webapp.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -18,10 +18,10 @@
"example:install": "npm run example:peripheral:install && npm run example:webapp:install",
"example:start": "npm run example:peripheral:start",
"example:deploy": "npm run example:webapp:deploy",
"example:webapp:install": "cd example/webapp && yarn install",
"example:webapp:install": "cd example/webapp && npm install",
"example:webapp:build": "cd example/webapp && npm run build",
"example:webapp:deploy": "cd example/webapp && npm run deploy",
"example:peripheral:install": "cd example/peripheral && yarn install",
"example:peripheral:install": "cd example/peripheral && npm install",
"example:peripheral:build": "cd example/peripheral && npm run build",
"example:peripheral:start": "cd example/peripheral && npm start",
"ci:test": "jest ./build/",