Skip to content

Commit 42d9136

Browse files
committed
feat: add pack script during bootstrap
Let's call it archive for now.
1 parent ce3ac18 commit 42d9136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/scripts/src/scripts/Bootstrap.ts

+1
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ module.exports = {
297297
build: 'wpackio-scripts build',
298298
start: 'wpackio-scripts start',
299299
bootstrap: 'wpackio-scripts bootstrap',
300+
archive: 'wpackio-scripts pack',
300301
};
301302
if (!packageFileData.scripts) {
302303
packageFileData.scripts = {};

0 commit comments

Comments
 (0)