canvas-ui icon indicating copy to clipboard operation
canvas-ui copied to clipboard

Fix build failure

Open aliXsed opened this issue 4 years ago • 0 comments

'yarn build:code' fails after not finding polkadot-dev-build-ts.js. Under node_modules/@polkadot/dev/scripts the scripts are in the "*.cjs" format according to the version of polkadot/dev that is used for this project. If the project is solely relying on yarn build:www, then I would suggest the build script calls in package.json that are expected to fail, be removed entirely.

aliXsed avatar May 03 '21 02:05 aliXsed