about summary refs log tree commit diff
path: root/scripts/postbuild.sh
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-29 12:31:13 +0100
committerGitHub <noreply@github.com>2020-01-29 12:31:13 +0100
commitb424c1ce5573f72e36fcca00ef22e4b2f3dde9ff (patch)
treeff1d1de74e1b165a36d7804a49a3692e6cbea289 /scripts/postbuild.sh
parent13c55f4d5fca3e3452317322e387f75e0690f9c8 (diff)
parent3e5f329cd8c9692e24f5fd56a5e4189bf2202e0d (diff)
downloadpuszcza-b424c1ce5573f72e36fcca00ef22e4b2f3dde9ff.tar.gz
puszcza-b424c1ce5573f72e36fcca00ef22e4b2f3dde9ff.zip
Merge pull request #27 from 19pdh/develop
Develop
Diffstat (limited to 'scripts/postbuild.sh')
-rwxr-xr-xscripts/postbuild.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/postbuild.sh b/scripts/postbuild.sh
deleted file mode 100755
index 6da3659..0000000
--- a/scripts/postbuild.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-mkdir ./dist/api
-mkdir ./static/api
-
-node -r esm ./scripts/generateApi.js
-