Skip to content

Commit f05ff16

Browse files
committed
housekeeping
1 parent 8df265b commit f05ff16

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
*.log
33
build
4+
.env
5+
postgraphile.graphql

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# tsc && DEBUG="graphile-build-pg:sql,graphile-build:warn" ava build/__tests__/main.test.js
2+
3+
release:
4+
npm run build
5+
semantic-release --no-ci

0 commit comments

Comments
 (0)