Skip to content

Commit

Permalink
Merge pull request #3 from DynamoDS/GithubPublish
Browse files Browse the repository at this point in the history
GithubPublish
  • Loading branch information
QilongTang authored Feb 15, 2024
2 parents 5553a4b + 41320c2 commit ea01325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"build:staging": "webpack --config webpack.config.js --mode=development --env staging",
"build": "webpack --config webpack.config.js --mode=development --env prod",
"bundle": "webpack --config webpack.config.js --mode=production",
"copy": "cp package.json dist/ && cp README.md dist/ && cp -r license_output dist/",
"production": "npm run bundle && npm run copy",
"test:unit": "NODE_ENV=test jest tests/App.test.js",
"test:e2e": "playwright test tests/e2e.test.js"
},
Expand Down

0 comments on commit ea01325

Please sign in to comment.