Skip to content

Commit f1fe072

Browse files
authored
chore: update layer setup
1 parent 9ed3467 commit f1fe072

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

layers/src/layer-publisher-stack.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ export class LayerPublisherStack extends Stack {
6262
// the name is the same as the npm workspace name
6363
const utilities = [
6464
'commons',
65+
'jmespath',
6566
'logger',
6667
'metrics',
6768
'tracer',
6869
'parameters',
6970
'idempotency',
7071
'batch',
71-
'jmespath',
7272
];
7373

7474
// These files are relative to the tmp folder
@@ -88,8 +88,6 @@ export class LayerPublisherStack extends Stack {
8888
'node_modules/async-hook-jl/test',
8989
'node_modules/stack-chain/test',
9090
'node_modules/shimmer/test',
91-
'node_modules/jmespath/artifacts',
92-
'node_modules/jmespath/bower.json',
9391
'node_modules/obliterator/*.d.ts',
9492
'node_modules/strnum/.vscode',
9593
'node_modules/strnum/*.test.js',

0 commit comments

Comments
 (0)