Skip to content

Commit

Permalink
fix: travis build needs the Rust source in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Mar 12, 2020
1 parent a4d78fe commit 519fee5
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 @@ -12,7 +12,7 @@
"clean": "rimraf docs dist dist-web coverage .nyc_output logs pacts jscpd.json && neon clean -p src/v3",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"deploy:prepare": "./scripts/create_npmrc_file.sh",
"dist": "npm run compile && webpack --config ./config/webpack.web.config.js",
"dist": "npm run compile && webpack --config ./config/webpack.web.config.js && cp -r src/v3/native dist/src/v3/native",
"jscpd": "jscpd -p src -r json -o jscpd.json",
"lint": "npm run lint:prettier:ts && npm run lint:prettier:js #&& tslint -c tslint.json '{src,test,examples}/**/*.ts' -e '**/node_modules/**/*.ts'",
"lint:fix": "prettier --parser typescript --write \"{src,test,examples}/**/*.ts\" && prettier --write \"{src,test,examples}/**/*.js\"",
Expand Down

0 comments on commit 519fee5

Please sign in to comment.