mirror of
https://github.com/feathericons/feather.git
synced 2026-05-11 03:00:04 -04:00
* chore: Update package-lock.json to v2 * chore: Update github actions workflow * chore: Uninstall npm-run-all * chore: Update ci workflow * chore: Update setup script * chore: Rename ci build
7 lines
93 B
Bash
Executable File
7 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
npm install --legacy-peer-deps
|
|
npm run build
|
|
npm run test:coverage
|
|
npm run lint
|