Fix: examples build
This commit is contained in:
parent
9c06d508ed
commit
56a60ec5aa
|
@ -4,7 +4,6 @@ tmp.js
|
||||||
|
|
||||||
# Compiled
|
# Compiled
|
||||||
build
|
build
|
||||||
dist
|
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -18,10 +18,10 @@
|
||||||
"example:install": "npm run example:peripheral:install && npm run example:webapp:install",
|
"example:install": "npm run example:peripheral:install && npm run example:webapp:install",
|
||||||
"example:start": "npm run example:peripheral:start",
|
"example:start": "npm run example:peripheral:start",
|
||||||
"example:deploy": "npm run example:webapp:deploy",
|
"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:build": "cd example/webapp && npm run build",
|
||||||
"example:webapp:deploy": "cd example/webapp && npm run deploy",
|
"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:build": "cd example/peripheral && npm run build",
|
||||||
"example:peripheral:start": "cd example/peripheral && npm start",
|
"example:peripheral:start": "cd example/peripheral && npm start",
|
||||||
"ci:test": "jest ./build/",
|
"ci:test": "jest ./build/",
|
||||||
|
|
Loading…
Reference in New Issue