File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ ENV NODE_PATH /usr/local/lib/node_modules
8
8
COPY src ./src
9
9
COPY spec ./spec
10
10
COPY examples ./examples
11
- COPY lib-esm ./lib-esm
12
- COPY scripts ./scripts
13
11
COPY index.* package.json babel.config.js tsconfig.json ./
14
12
15
13
RUN npm install --unsafe-perm true # Needed to run prepublish as root.
Original file line number Diff line number Diff line change 52
52
"test" : " npm run test:javascript && npm run test:typescript" ,
53
53
"test:javascript" : " jest spec --coverage --detectOpenHandles --testPathIgnorePatterns=spec/cluster" ,
54
54
"test:typescript" : " tsc --noEmit" ,
55
- "test:esm" : " node scripts/verify-esm.js" ,
56
55
"jshint" : " jshint src/rest/** src/base/** src/http/**" ,
57
56
"jscs" : " eslint src/base/**/**.js src/http/**/**.js --fix" ,
58
57
"prepublish" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments