UNPKG

536 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const command = {
4 name: 'clean',
5 description: 'Remove dependencies and build files',
6 options: [
7 {
8 name: 'no-modules',
9 description: "Don't delete the node_modules",
10 type: Boolean
11 },
12 {
13 name: 'no-dist',
14 description: "Don't delete the built dist directories",
15 type: Boolean
16 }
17 ]
18};
19exports.default = command;
20//# sourceMappingURL=command.js.map
\No newline at end of file