Skip to content

Commit

Permalink
remove build-secret helper
Browse files Browse the repository at this point in the history
  • Loading branch information
marcgreenstock committed May 24, 2024
1 parent c3438ea commit 5a61bb0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/cli/test/helpers/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,21 +205,6 @@ module.exports = async function prepare(session, binaryPath, tmpFixturesDir) {
name: 'nested-level',
}),
},
'build-secret': {
'package.json': JSON.stringify({
private: true,
scripts: {
build: 'mkdir public && echo $MY_SECRET > public/index.txt',
},
}),
'now.json': JSON.stringify({
build: {
env: {
MY_SECRET: '@mysecret',
},
},
}),
},
'api-env': {
'api/get-env.js': 'module.exports = (_, res) => res.json(process.env)',
'print.js': 'console.log(JSON.stringify(process.env))',
Expand Down

0 comments on commit 5a61bb0

Please sign in to comment.