Skip to content

Commit

Permalink
ci in codemirror dist
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Dec 6, 2023
1 parent af734c7 commit 5179c6a
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 @@ -12,7 +12,7 @@
"test": "standard",
"start": "cd demo-server && npm start",
"dist:demo-server": "cd demo-server && npm ci",
"dist:cm": "cd codemirror && npm i && npm run dist",
"dist:cm": "cd codemirror && npm ci && npm run dist",
"dist:cm6": "cd codemirror.next && npm ci && npm run dist",
"dist:pm": "cd prosemirror && npm ci && npm run dist",
"dist:pm-versions": "cd prosemirror-versions && npm ci && npm run dist",
Expand Down

0 comments on commit 5179c6a

Please sign in to comment.