Skip to content

Commit 1e3766f

Browse files
authored
refactor: remove dist from src (#6041)
1 parent 819bfcf commit 1e3766f

File tree

9 files changed

+3
-75833
lines changed

9 files changed

+3
-75833
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'yarn'
2424
- run: yarn --frozen-lockfile
25+
- run: yarn build
2526
- run: npm run lint
2627
- run: npm run ts:build:check
2728
- run: npm test

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
registry-url: 'https://registry.npmjs.org'
1717
cache: 'yarn'
1818
- run: yarn --frozen-lockfile
19+
- run: yarn build
1920
- run: npm run lint
2021
- run: npm publish
2122
env:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ bower_components/
2121
grapesjs-*.tgz
2222
_index.html
2323
docs/.vuepress/dist
24+
dist/

dist/css/grapes.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/grapes.min.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

dist/grapes.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)