Skip to content

Commit

Permalink
Merge pull request #414 from PayButton/feat/add-refresh-script
Browse files Browse the repository at this point in the history
feat: add build:dev script
  • Loading branch information
Klakurka authored Jun 20, 2024
2 parents 0a4ae28 + 7edd079 commit 02e8201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"license": "MIT",
"scripts": {
"dev": "cd paybutton && yarn dev",
"build:dev": "yarn build:react && yarn dev",
"test": "cd react && yarn test",
"test:coverage": "cd react && yarn test:coverage",
"build:react": "cd react && yarn && yarn build",
"build:paybutton": "cd paybutton && yarn && yarn build",
"start:paybutton": "cd paybutton && yarn && yarn start",
"build": "yarn build:react && yarn build:paybutton",
"build:soft": "cd react && yarn build && cd ../paybutton && yarn build",
"start:docs": "cd docs && yarn && yarn serve",
"clean:react": "rm -rf react/node_modules react/dist",
"build:react:clean": "yarn clean:react && yarn build:react",
Expand Down

0 comments on commit 02e8201

Please sign in to comment.