Skip to content

Commit

Permalink
chore(npm): make sure to publicly publish to npm (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Aug 22, 2022
1 parent 9f951df commit da98909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -33,6 +33,9 @@
"/dist",
"/src"
],
"publishConfig": {
"access": "public"
},
"config": {
"prettier_target": "*.{js,jsx,ts,tsx,md,json} src/**/*.{js,jsx,ts,tsx,md,json} test/**/*.{js,jsx,ts,tsx,md,json} docs/**/*.{js,jsx,ts,tsx,md,json} stories/**/*.{js,jsx,ts,tsx,md,json} cypress/**/*.{js,jsx,ts,tsx,md,json} csp-server/**/*.{js,jsx,ts,tsx,md,json}"
},
Expand Down

0 comments on commit da98909

Please sign in to comment.