Move sculpin-old files to sculpin-old directory

This commit is contained in:
Oliver Davies 2024-08-01 22:28:36 +01:00
parent 50aa844492
commit 3f85249f3c
447 changed files with 0 additions and 0 deletions

11
sculpin-old/netlify.toml Normal file
View file

@ -0,0 +1,11 @@
[build]
command = """
composer test && \
npm run lint --fix-dry-run && \
npm run production && \
composer run production
"""
publish = "output_prod"
[build.environment]
PHP_VERSION = "7.2"