Skip to content

Commit

Permalink
Fix: public URL for SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
forabi committed Mar 18, 2019
1 parent bbe0f08 commit a427d6d
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 @@ -126,7 +126,7 @@
"types": "run-s types/scss types/ts",
"clean": "rimraf dist index.js index.mjs src/{!types}/*.d.ts index.css 'demo/**/*.d.ts' 'src/**/*.d.ts' 'src/**/*.map' './*.map'",
"prebuild": "npm-run-all -s clean -p lint check-ts",
"build/demo": "parcel build demo/index.html --public-url /react-week-scheduler",
"build/demo": "parcel build demo/index.html --public-url /react-week-scheduler/",
"build": "npm-run-all -s clean -p --aggregate-output types build/demo rollup",
"deploy/demo": "gh-pages -d dist",
"run-prettier": "prettier --write '*.json' 'types/**/*.ts' 'src/**/*.ts{,x}' 'src/**/*.scss'",
Expand Down

0 comments on commit a427d6d

Please sign in to comment.