AraBlocks / ara-file-manager

Electron-based desktop app to publish and purchase content with ARA
https://ara.one/app
GNU Lesser General Public License v3.0
26 stars 4 forks source link

feat(scripts): confirmation now required #598

Closed zootella closed 4 years ago

zootella commented 4 years ago

$ npm run clean lets you rebuild as new

$ npm run power-wash lets you npm install as new, and

$ npm run uninstall deletes every ara path to return the computer to the state it was before it ever saw our apps or code. This is useful for QA, but potentially dangerous during development.

This branch includes a confirmation in each script to guard against accidental execution.