Skip to content

Commit b1a55ee

Browse files
committed
Skip confirm prompt to allow running archive and test from build pipeline
1 parent 3c5bd13 commit b1a55ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"update": "roll update",
2323
"install:dev": "roll install --dev",
2424
"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",
25+
"archive": "roll archive -y && rm -rf publish/tangible-template-system && unzip publish/tangible-template-system.zip -d publish/ && npm run now:test:archive",
2626
"list-modules": "node tools/list-modules",
2727
"version": "node tools/version.js",
2828
"// Test": "",

0 commit comments

Comments
 (0)