add playground:build script

This commit is contained in:
Robin Malfait
2020-09-20 21:18:39 +02:00
parent eed9f85b93
commit 458466aa2a
+1
View File
@@ -21,6 +21,7 @@
},
"scripts": {
"playground": "next dev",
"playground:build": "next build",
"test": "../../scripts/test.sh",
"build": "../../scripts/build.sh",
"lint": "../../scripts/lint.sh"