Skip to content

Commit

Permalink
use npm to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed Sep 27, 2023
1 parent 64b292a commit 3f99ed5
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 @@ -128,6 +128,6 @@
"test:ui": "yarn test --ui",
"autorelease-fork": "node scripts/autorelease-fork.js",
"pull": "git pull upstream master --rebase",
"publish": "yarn --frozen-lockfile && cd src/packages/excalidraw && yarn --frozen-lockfile && npm run build:umd && yarn publish"
"publish": "yarn --frozen-lockfile && cd src/packages/excalidraw && yarn --frozen-lockfile && npm run build:umd && npm publish"
}
}

0 comments on commit 3f99ed5

Please sign in to comment.