File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 registry-url : ' https://registry.npmjs.org'
1616 - run : yarn --frozen-lockfile
1717 - run : yarn build
18- - run : npm publish
18+ - run : yarn publish --access=public
1919 env :
2020 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
2121
Original file line number Diff line number Diff line change @@ -110,5 +110,5 @@ temp/
110110
111111# End of https://www.gitignore.io/api/node
112112
113- execr .d.ts
114- execr .js
113+ * .d.ts
114+ * .js
Original file line number Diff line number Diff line change 11{
2- "name" : " execr" ,
2+ "name" : " @markjm/ execr" ,
33 "version" : " 1.0.0" ,
44 "description" : " Utility to streamline exec calls" ,
55 "main" : " execr.js" ,
Original file line number Diff line number Diff line change 1212 // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
1313 // "sourceMap": true, /* Generates corresponding '.map' file. */
1414 // "outFile": "./", /* Concatenate and emit output to single file. */
15- "outDir" : " ./dist" , /* Redirect output structure to the directory. */
15+ // "outDir": "./dist", /* Redirect output structure to the directory. */
1616 // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
1717 // "composite": true, /* Enable project compilation */
1818 // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
You can’t perform that action at this time.
0 commit comments