Skip to content

Commit

Permalink
Fixes path for publish (@see npm/cli#2796 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
RalphFurley committed Jan 3, 2024
1 parent 3c4d2b9 commit 86ff8f9
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 @@ -18,7 +18,7 @@
"pretest": "npm run compile",
"posttest": "npm run lint",
"prebuild": "npm run fix && npm run build:sass",
"publish": "npm run build && npm publish dist"
"publish": "npm run build && npm publish ./dist/simple-sketch"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 86ff8f9

Please sign in to comment.