We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce45164 commit 9d9d5edCopy full SHA for 9d9d5ed
packages/larva/scripts/init.js
@@ -7,12 +7,14 @@ const copyTo = process.cwd();
7
8
copySync( copyFrom, copyTo );
9
10
+// eslint-disable-next-line no-console
11
console.log(
12
chalk.green(
13
'Copied folder structure. Now, add the following scripts to package.json:'
14
)
15
);
16
17
18
console.log( `
19
"backstop": "backstop --config=node_modules/@penskemediacorp/backstopjs-config",
20
"build-html": "larva build-html",
0 commit comments