Skip to content

Commit

Permalink
build: added build task
Browse files Browse the repository at this point in the history
  • Loading branch information
manju-reddys committed Dec 2, 2021
1 parent 202a89e commit 6e37f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"changelog": "lerna-changelog",
"prebuild:prod": "npm run clean",
"build:prod": "gulp build",
"build:multi": "npx tsup --dts --sourcemap --format esm,cjs",
"build:samples": "gulp install:samples && npm run build && gulp build:samples && gulp test:samples && gulp test:e2e:samples",
"clean": "gulp clean:bundle",
"codechecks:benchmarks": "codechecks ./tools/benchmarks/check-benchmarks.ts",
Expand Down

0 comments on commit 6e37f8c

Please sign in to comment.