Skip to content

Commit

Permalink
added-missing-file-to-dist
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Mendoza Pérez <[email protected]>
  • Loading branch information
antmendoza committed Dec 8, 2021
1 parent c8b7f76 commit e2ac83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pretest": "npx rimraf out-tsc",
"test": "npx tsc --project ./tests/tsconfig.json && npx jest",
"prebuild": "npx rimraf dist",
"build": "npx rollup -c rollup.config.ts && npx shx mv ./dist/src/lib ./dist/lib && npx rimraf ./dist/src",
"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",
"postbuild": "npx shx cp ./package.json ./README.md ./LICENSE ./dist/",
"verify-publish-directory": "node -e 'if (!process.cwd().endsWith(\"dist\")) { console.error(\"Packaging/Publishing should be done from ./dist/\"); process.exitCode = 1; } process.exit();'",
"prepack": "npm run verify-publish-directory",
Expand Down

0 comments on commit e2ac83f

Please sign in to comment.