Skip to content

Commit

Permalink
Add .npmrc
Browse files Browse the repository at this point in the history
Add `ignore-scripts = false` to run the command `npm run <script-name>` instead of `npm run-script <script-name>`
  • Loading branch information
sydrawat01 authored May 7, 2020
1 parent 3dc2bad commit 0411c7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#//registry.npmjs.org/:_authToken=[registry-token]
ignore-scripts=false

0 comments on commit 0411c7d

Please sign in to comment.