Skip to content

Commit

Permalink
refactor: remove dist from src (#6041)
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns authored Aug 7, 2024
1 parent 819bfcf commit 1e3766f
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 75,833 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn build
- run: npm run lint
- run: npm run ts:build:check
- run: npm test
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn build
- run: npm run lint
- run: npm publish
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ bower_components/
grapesjs-*.tgz
_index.html
docs/.vuepress/dist
dist/
1 change: 0 additions & 1 deletion dist/css/grapes.min.css

This file was deleted.

3 changes: 0 additions & 3 deletions dist/grapes.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/grapes.min.js.map

This file was deleted.

Loading

0 comments on commit 1e3766f

Please sign in to comment.