1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

ci: move to Github Actions (#530)

This commit is contained in:
Naor Peled
2023-11-13 11:11:28 +02:00
committed by GitHub
parent b86bce16af
commit efb8e612a5
6 changed files with 13139 additions and 11700 deletions

View File

@@ -72,7 +72,8 @@
"generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs",
"watch": "webpack --watch --config webpack.config.js",
"prepublishOnly": "npm run build",
"lint": "eslint ./src",
"lint:check": "eslint ./src",
"lint:fix": "eslint --fix ./src",
"testem": "testem",
"test": "nyc --reporter=html --reporter=text ava",
"test:watch": "ava --watch",