We're building the google home local execution support, based on the sample project (https://github.com/actions-on-google/smart-home-local).
According to the guide, when we run the npm run build
, there should be two sub directories web and node generated in dist.
But after we did the build, there is only one bundle.js in the dist directory.
Any idea about it?