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: with:
node-version: 16 node-version: 16
- run: npm ci - run: npm ci
- run: npm test
publish-gpr: publish-gpr:
needs: build needs: build

View File

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