UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

18 lines (13 loc) 247 B
/*! * node-sass: scripts/install.js */ var path = require('path'), rimraf = require('rimraf'); function prepublish() { var vendorPath = path.resolve(__dirname, '..', 'vendor'); rimraf.sync(vendorPath); } /** * Run */ prepublish();