Skip to content

Commit

Permalink
Merge pull request #10 from olliethedev/feat/blog-plugin
Browse files Browse the repository at this point in the history
Feat/blog plugin
  • Loading branch information
olliethedev authored Oct 26, 2023
2 parents aeb7434 + 113a7b9 commit 07ccd67
Show file tree
Hide file tree
Showing 68 changed files with 104 additions and 3,497 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,4 @@ jobs:

- name: Run the tests
run: npm test -- --coverage

- name: Storybook Tests
run: cd packages/amplify-frontend-schema-form/ && npm run test-storybook:ci && cd ../../

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"version":"1.1.6",
"private": true,
"workspaces": [
"./packages/*"
],
"scripts": {
"test": "jest"
"test": "jest",
"version-sync": "node scripts/version-sync.js"
},
"devDependencies": {
"@types/jest": "^29.0.0",
Expand Down
23 changes: 0 additions & 23 deletions packages/amplify-frontend-schema-form/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions packages/amplify-frontend-schema-form/.storybook/main.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/amplify-frontend-schema-form/.storybook/preview.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/amplify-frontend-schema-form/README.md

This file was deleted.

160 changes: 0 additions & 160 deletions packages/amplify-frontend-schema-form/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/amplify-frontend-schema-form/postcss.config.js

This file was deleted.

Binary file not shown.
43 changes: 0 additions & 43 deletions packages/amplify-frontend-schema-form/public/index.html

This file was deleted.

Binary file not shown.
Binary file not shown.
25 changes: 0 additions & 25 deletions packages/amplify-frontend-schema-form/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/amplify-frontend-schema-form/public/robots.txt

This file was deleted.

51 changes: 0 additions & 51 deletions packages/amplify-frontend-schema-form/rollup.config.js

This file was deleted.

Loading

0 comments on commit 07ccd67

Please sign in to comment.