File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 25
25
"pretest" : " npx rimraf out-tsc" ,
26
26
"test" : " npx tsc --project ./tests/tsconfig.json && npx jest" ,
27
27
"prebuild" : " npx rimraf dist" ,
28
- "build" : " npx rollup -c rollup.config.ts && npx shx mv ./dist/src/lib ./dist/lib && npx rimraf ./dist/src" ,
28
+ "build" : " npx rollup -c rollup.config.ts && npx shx mv ./dist/src/lib ./dist/lib && npx shx mv ./dist/src/*d.ts.map ./dist/src/*d.ts ./dist && npx rimraf ./dist/src" ,
29
29
"postbuild" : " npx shx cp ./package.json ./README.md ./LICENSE ./dist/" ,
30
30
"verify-publish-directory" : " node -e 'if (!process.cwd().endsWith(\" dist\" )) { console.error(\" Packaging/Publishing should be done from ./dist/\" ); process.exitCode = 1; } process.exit();'" ,
31
31
"prepack" : " npm run verify-publish-directory" ,
You can’t perform that action at this time.
0 commit comments