Skip to content

Commit e2cb19b

Browse files
author
Chris Wiechmann
committed
Replaced scripts/copyconf.js with api-builder-copy
1 parent 3a07527 commit e2cb19b

File tree

2 files changed

+2
-64
lines changed

2 files changed

+2
-64
lines changed

api-builder-plugin-fn-redis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@axway/api-builder-runtime": "^4.22.0"
3737
},
3838
"devDependencies": {
39-
"@axway/api-builder-test-utils": "^1.1.3",
39+
"@axway/api-builder-test-utils": "^1.3.0",
4040
"chai": "^4.1.2",
4141
"cross-env": "^7.0.2",
4242
"dotenv": "^8.2.0",
@@ -49,6 +49,6 @@
4949
"test:debug": "mocha --inspect-brk ./test --recursive -R spec --timeout 10000",
5050
"test:integration": "cross-env TEST_TYPE='integration' mocha ./test --recursive -R spec",
5151
"test:integration:debug": "cross-env TEST_TYPE='integration' mocha --inspect-brk ./test --recursive -R spec --timeout 10000",
52-
"postinstall": "node scripts/copyconf.js"
52+
"postinstall": "api-builder-copy ./config/redis.default.js ./conf"
5353
}
5454
}

api-builder-plugin-fn-redis/scripts/copyconf.js

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)