We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5bd13 commit b1a55eeCopy full SHA for b1a55ee
1 file changed
package.json
@@ -22,7 +22,7 @@
22
"update": "roll update",
23
"install:dev": "roll install --dev",
24
"update:dev": "roll update --dev",
25
- "archive": "roll archive && rm -rf publish/tangible-template-system && unzip publish/tangible-template-system.zip -d publish/ && npm run now:test:archive",
+ "archive": "roll archive -y && rm -rf publish/tangible-template-system && unzip publish/tangible-template-system.zip -d publish/ && npm run now:test:archive",
26
"list-modules": "node tools/list-modules",
27
"version": "node tools/version.js",
28
"// Test": "",
0 commit comments