pull/47/head
Ilya 2023-03-12 15:55:44 +02:00
commit 3989d5cc41
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test
publish-gpr:
needs: build

View File

@ -6,7 +6,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "node test.js"
"test": "node test.js"
},
"dependencies": {
"axios": "^0.27.2",