matrix-public-archive/build-scripts/do-client-build.js

9 lines
209 B
JavaScript

'use strict';
// This is just a callable from the commandline version of `build-client.js`. So
// that we can run the build from an npm script.
const buildClient = require('./build-client');
buildClient();