mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
Compare commits
8 Commits
v0.0.0-202
...
v0.0.0-202
Author | SHA1 | Date | |
---|---|---|---|
c0d2969d87
|
|||
2ffbf81303
|
|||
865a3d89d7
|
|||
51f21ee9a7
|
|||
9572add1e3
|
|||
5f27d24ca8
|
|||
6fbe988073
|
|||
fe0e9dfb8a
|
@ -17,17 +17,22 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# Step II
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
# Step III
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
# Step III
|
||||
# Step IV
|
||||
- name: Build Project
|
||||
run: npm run build
|
||||
# Step IV
|
||||
# Step V
|
||||
- name: Publish to NPM Registry
|
||||
uses: JS-DevTools/npm-publish@v1
|
||||
with:
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
# Step V
|
||||
# Step VI
|
||||
- name: Generate Changelog
|
||||
run: npx changelogithub@0.12
|
||||
env:
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
.env.local
|
||||
node_modules/
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "x-markdown-css",
|
||||
"version": "0.0.0-20230228.7",
|
||||
"version": "0.0.0-20230228.11",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "x-markdown-css",
|
||||
"version": "0.0.0-20230228.7",
|
||||
"version": "0.0.0-20230228.11",
|
||||
"description": "A simple and customizable Markdown CSS for everyone.",
|
||||
"keywords": [
|
||||
"markdown",
|
||||
@ -35,13 +35,13 @@
|
||||
"bump": "bumpp"
|
||||
},
|
||||
"dependencies": {
|
||||
"coffeescript": "^2.7.0",
|
||||
"sass": "^1.58.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lodder/grunt-postcss": "^3.1.1",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"bumpp": "^9.0.0",
|
||||
"coffeescript": "^2.7.0",
|
||||
"cssnano": "^5.1.15",
|
||||
"grunt": "^1.6.1",
|
||||
"grunt-sass": "^3.1.0",
|
||||
|
Reference in New Issue
Block a user