Introduce the new Vue admin project into version control while tightening gitignore patterns to keep env files, logs, build artifacts, and test outputs out of commits. Made-with: Cursor
6 lines
81 B
YAML
Executable File
6 lines
81 B
YAML
Executable File
language: node_js
|
|
node_js: 10
|
|
script: npm run test
|
|
notifications:
|
|
email: false
|