1
0
mirror of https://github.com/taigrr/skyline synced 2025-01-18 04:33:13 -08:00

Add default build step

This commit is contained in:
Martin Woodward 2020-12-16 09:59:53 +00:00
parent d01eccb1cd
commit b6d98c07de

View File

@ -3,7 +3,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npx npm-force-resolutions",
"start": "node node_modules/gulp/bin/gulp.js auto"
"start": "node node_modules/gulp/bin/gulp.js auto",
"build": "exit 0"
},
"devDependencies": {
"browser-sync": "^2.18.2",