We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ac4e9 commit e845793Copy full SHA for e845793
1 file changed
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "@gpujs/benchmark",
3
- "version": "1.2.3",
+ "version": "2.0.0",
4
"private": false,
5
"description": "A benchmarking tool for gpu.js",
6
"main": "src/index.js",
7
"scripts": {
8
"start": "node ./index.js",
9
- "setup": "yarn install",
+ "setup": "yarn install && yarn build",
10
"test": "TEST=true tape test/util/*.js test/stats/*.js test/benches/*.js test/index.js test/run.js | tap-spec",
11
"build": "node ./build.js",
12
"npm-publish": "yarn test && yarn build && git add dist/ && git commit -m 'dist files' && yarn publish"
0 commit comments