Fix yarn tests typo

This commit is contained in:
Paulo Gustavo Veiga 2021-10-02 10:12:25 -07:00
parent 6c5bff906a
commit c557d94708
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"tests": "webpack serve --config webpack.test.js",
"test": "webpack serve --config webpack.test.js",
"start": "webpack serve --config webpack.dev.js"
},
"dependencies": {

View File

@ -22,7 +22,7 @@
"scripts": {
"start": "nodemon --watch lib",
"build": "webpack --config webpack.prod.js",
"tests": "webpack serve --config webpack.test.js"
"test": "webpack serve --config webpack.test.js"
},
"devDependencies": {
"@babel/core": "^7.14.6",