Skip to content

Commit

Permalink
Removed whitespace between filename suffixes. (equinor#544)
Browse files Browse the repository at this point in the history
Fixes equinor#522.

Prevented *.glsl and *.svg files from being included in npm package.

Co-authored-by: Havard Bjerke <havard.bjerke@emerson.com>
  • Loading branch information
hkfb and Havard Bjerke committed Nov 29, 2021
1 parent a98557f commit dbbea4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": "jest --coverage",
"test:watch": "npm test -- --watch",
"build:npm": "rimraf dist && tsc --declaration && npm run copy-files",
"copy-files": "copyfiles package.json dist && copyfiles --up 1 ../README.md dist && copyfiles --up 2 \"src/lib/**/*.{css, glsl, svg}\" src/lib/inputSchema/*.json dist/",
"copy-files": "copyfiles package.json dist && copyfiles --up 1 ../README.md dist && copyfiles --up 2 \"src/lib/**/*.{css,glsl,svg}\" src/lib/inputSchema/*.json dist/",
"prepare": "npm run build:npm",
"postpack": "npm run tidy-up",
"prepublishOnly": "npm test && npm run lint",
Expand Down

0 comments on commit dbbea4b

Please sign in to comment.