Skip to content

Commit ced3e56

Browse files
committed
fix: correct build command and update package version to 0.0.0-alpha.1
1 parent ce9c86a commit ced3e56

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,7 @@ jobs:
7878
run: npm ci
7979

8080
- name: Build package
81-
run: npm run buid
82-
81+
run: npm run build
82+
8383
- name: Publish to npm
84-
run: npm publish --provenance --access public
85-
env:
86-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
87-
84+
run: npm publish

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md-xformer",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.1",
44
"description": "A CLI tool that converts Markdown into template-based HTML.",
55
"license": "MIT",
66
"author": "shm11C3",

0 commit comments

Comments
 (0)