We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df265b commit f05ff16Copy full SHA for f05ff16
.gitignore
@@ -1,3 +1,5 @@
1
node_modules
2
*.log
3
build
4
+.env
5
+postgraphile.graphql
Makefile
@@ -0,0 +1,5 @@
+# tsc && DEBUG="graphile-build-pg:sql,graphile-build:warn" ava build/__tests__/main.test.js
+
+release:
+ npm run build
+ semantic-release --no-ci
0 commit comments