0 留言 (0 留言)0 反應 (0 反應)0 負責人 (0 負責人)HTML866 star (866 star)154 fork (154 fork)batch import
enhancementhelp wanted
描述
Should:
- run tests on commit
- publish to npm on tag
- 議題類型
- feature
- 研究方向
- The issue requests setting up Travis CI to run tests on every commit and publish to npm on tags. First, check if the repository has any existing CI configuration (e.g., .travis.yml). Then, refer to Travis CI documentation for Node.js projects. The relevant files are likely package.json and a new .travis.yml file. Ensure the test script is defined in package.json. For npm publishing, use secure environment variables for npm token.