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 11be5fe commit 1b56bd4Copy full SHA for 1b56bd4
tests/scaffold.js
@@ -9,6 +9,8 @@ const template = require('./builds.json')[templateName]
9
const YELLOW = '\x1b[33m'
10
const END = '\x1b[0m'
11
12
+process.chdir(process.cwd() + '/builds')
13
+
14
generate(templateName, template)
15
16
setTimeout(() => {
tests/scaffold.sh
@@ -2,7 +2,7 @@
2
set -e
3
4
# Scaffold boilerplate with given templateName
5
-cd "$PWD/tests/builds"
+cd "$PWD/tests"
6
node scaffold.js "$1"
7
8
# Install dependecies
0 commit comments