npm run build no longer executes tests

master
Hakim El Hattab 2021-05-19 22:30:28 +02:00
parent 6fa4f16cdb
commit e852e53792
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"scripts": {
"test": "gulp test",
"start": "gulp serve",
"build": "gulp"
"build": "gulp build"
},
"author": {
"name": "Hakim El Hattab",