Skip to content

Commit

Permalink
chore: modify postversion for new publish directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jan 26, 2025
1 parent ef9a8f6 commit bfad6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"prepare": "husky",
"precommit": "lint-staged",
"lint": "eslint {src,tests}",
"prepack": "npm run build && cp ./readme.md ./package.json ./src/index.d.ts ./out/src && cp -R ./media ./out/src",
"prepack": "npm run build && cp ./readme.md ./package*.json ./src/index.d.ts ./out/src && cp -R ./media ./out/src",
"rollup": "rollup --config",
"uglify": "uglifyjs dist/index.js --compress -o dist/index.min.js",
"dist": "npm run rollup && npm run uglify",
"postversion": "cp package.json .. && cp package-lock.json .."
"postversion": "cp package.json ../.. && cp package-lock.json ../.."
},
"keywords": [],
"license": "MIT",
Expand Down

0 comments on commit bfad6b3

Please sign in to comment.