Skip to content

Commit

Permalink
Rename dir
Browse files Browse the repository at this point in the history
  • Loading branch information
phuocng committed Jul 31, 2021
1 parent d580e84 commit c0f48f0
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.DS_Store
lib
node_modules
package-lock.json
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
"lib/*.json"
],
"scripts": {
"build": "rm -rf lib && mkdir lib && cp -r locales/*.json lib",
"format": "prettier --write \"**/*.+(json)\"",
"release": "npm run build && npm publish --access public"
"release": "npm publish --access public"
},
"devDependencies": {
"prettier": "^2.3.2"
Expand Down

0 comments on commit c0f48f0

Please sign in to comment.