Skip to content

Commit 3a791b6

Browse files
committed
chore: remove test code
This reverts commit 90a1d37.
1 parent 4adef5c commit 3a791b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ module.exports = {
6565
})
6666
},
6767

68-
async onPostBuild({ netlifyConfig, utils: { cache, run }, constants: { FUNCTIONS_DIST } }) {
69-
await run('cp', ['-v', join(FUNCTIONS_DIST, '_ipx.zip'), `${netlifyConfig.build.publish}/ipx.zip`])
68+
async onPostBuild({ netlifyConfig, utils: { cache } }) {
7069
return saveCache({ cache, publish: netlifyConfig.build.publish })
7170
},
7271
onEnd() {

0 commit comments

Comments
 (0)