chore: publish new version, build online
This commit is contained in:
parent
da04ea777f
commit
a22c9dcc41
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
version: 9
|
||||
- run: pnpm install
|
||||
- run: pnpm prettier-check
|
||||
- run: pnpm build
|
||||
- uses: JS-DevTools/npm-publish@v1
|
||||
with:
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
1
dist/frappe-gantt.css
vendored
1
dist/frappe-gantt.css
vendored
File diff suppressed because one or more lines are too long
1363
dist/frappe-gantt.es.js
vendored
1363
dist/frappe-gantt.es.js
vendored
File diff suppressed because it is too large
Load Diff
23
dist/frappe-gantt.umd.js
vendored
23
dist/frappe-gantt.umd.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "frappe-gantt",
|
||||
"version": "0.8.1",
|
||||
"version": "0.9.0",
|
||||
"description": "A simple, modern, interactive gantt library for the web",
|
||||
"main": "src/index.js",
|
||||
"type": "module",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user