Skip to content

Commit

Permalink
chore: add samples
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Feb 11, 2024
1 parent 53fb143 commit 907c9d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "husky install; test -f sonata-api.d.ts && (mv sonata-api.d.ts api; mv waltz-ui.d.ts web) || true",
"postinstall": "git init && husky install; test -f sonata-api.d.ts && (mv sonata-api.d.ts api; mv waltz-ui.d.ts web) || true",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"dev": "dualist api web"
Expand Down
13 changes: 13 additions & 0 deletions sample.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
dist
node_modules
release.tar.gz
etc/crontabs/root
api/.env
api/production.env
api/release
api/dist
web/dist

# you may remove these
api/*.d.ts
web/*.d.ts

0 comments on commit 907c9d4

Please sign in to comment.