diff --git a/bootstrap/post-install.js b/bootstrap/post-install.js deleted file mode 100644 index fc5ee9299..000000000 --- a/bootstrap/post-install.js +++ /dev/null @@ -1,4 +0,0 @@ -const fs = require('fs-extra') -const path = require('path') - -fs.copySync(path.join(process.cwd(), 'dist'), path.join(process.cwd(), '../ietf/static/ietf/bootstrap'))