File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1717 registry-url : " https://registry.npmjs.org"
1818 - run : npm ci # install dependencies
1919 - run : npm run build # or any other step to build your package
20- - run : npm publish dist # publish
20+ - run : npm publish # publish
2121 env :
2222 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }} # in der GitHub it-at-m Orga zentral hinterlegter Token
2323
Original file line number Diff line number Diff line change 1+ # Logs
2+ logs
3+ * .log
4+ npm-debug.log *
5+ yarn-debug.log *
6+ yarn-error.log *
7+ pnpm-debug.log *
8+ lerna-debug.log *
9+
10+ node_modules
11+ .DS_Store
12+ dist-ssr
13+ coverage
14+ * .local
15+
16+ /cypress /videos /
17+ /cypress /screenshots /
18+
19+ # Editor directories and files
20+ .vscode /*
21+ ! .vscode /extensions.json
22+ .idea
23+ * .suo
24+ * .ntvs *
25+ * .njsproj
26+ * .sln
27+ * .sw ?
28+
29+ * .tsbuildinfo
You can’t perform that action at this time.
0 commit comments